X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes256_dec.h;h=0b354db7adfe832dec4b621c00c1a04c4db645c3;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hp=14b8a0a22aaf64c12a1b0c423ebfa469587973f5;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/aes/aes256_dec.h b/aes/aes256_dec.h index 14b8a0a..0b354db 100644 --- a/aes/aes256_dec.h +++ b/aes/aes256_dec.h @@ -39,7 +39,7 @@ * \param buffer pointer to the block to decrypt * \param ctx pointer to the key schedule */ -void aes256_dec(void* buffer, aes256_ctx_t* ctx); +void aes256_dec(void *buffer, aes256_ctx_t *ctx);