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