X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes192_dec.h;h=05ff664f87005792fef2a3519d17e680b5d05bc5;hb=b3cf9d2f35e428cae278fffb8a8f5820d40c833b;hp=577ab44fa97ad3c7d5bca0834e82fac37604811b;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/aes/aes192_dec.h b/aes/aes192_dec.h index 577ab44..05ff664 100644 --- a/aes/aes192_dec.h +++ b/aes/aes192_dec.h @@ -39,7 +39,7 @@ * \param buffer pointer to the block to decrypt * \param ctx pointer to the key schedule */ -void aes192_dec(void* buffer, aes192_ctx_t* ctx); +void aes192_dec(void *buffer, aes192_ctx_t *ctx);