X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=aes%2Faes256_dec.h;fp=aes%2Faes256_dec.h;h=0b354db7adfe832dec4b621c00c1a04c4db645c3;hp=14b8a0a22aaf64c12a1b0c423ebfa469587973f5;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c 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);