X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=aes%2Faes192_enc.h;fp=aes%2Faes192_enc.h;h=a1ad1e94a1e2b6f1c95a4bae2c43991f23892dbd;hp=1c39aa02cdbe77f4ea03c10e3bf0191e826a7c25;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/aes/aes192_enc.h b/aes/aes192_enc.h index 1c39aa0..a1ad1e9 100644 --- a/aes/aes192_enc.h +++ b/aes/aes192_enc.h @@ -40,7 +40,7 @@ * \param buffer pointer to the block to encrypt * \param ctx pointer to the key schedule */ -void aes192_enc(void* buffer, aes192_ctx_t* ctx); +void aes192_enc(void *buffer, aes192_ctx_t *ctx);