X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes128_dec.h;h=1f4e7f804d4db409467a2fbe1a0fd9c1e8947049;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hp=b5df9df702ae3c5f3ed8d17d7f8a4c0a9e8fe697;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/aes/aes128_dec.h b/aes/aes128_dec.h index b5df9df..1f4e7f8 100644 --- a/aes/aes128_dec.h +++ b/aes/aes128_dec.h @@ -39,7 +39,7 @@ * \param buffer pointer to the block to decrypt * \param ctx pointer to the key schedule */ -void aes128_dec(void* buffer, aes128_ctx_t* ctx); +void aes128_dec(void *buffer, aes128_ctx_t *ctx);