X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=aes%2Faes128_enc.h;fp=aes%2Faes128_enc.h;h=0ac7b0aeb7459ad8ebfa859b804b2b533c01c30d;hp=98a8cc21c8f1e08ad616617a9f36d20822601a2b;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/aes/aes128_enc.h b/aes/aes128_enc.h index 98a8cc2..0ac7b0a 100644 --- a/aes/aes128_enc.h +++ b/aes/aes128_enc.h @@ -40,7 +40,7 @@ * \param buffer pointer to the block to encrypt * \param ctx pointer to the key schedule */ -void aes128_enc(void* buffer, aes128_ctx_t* ctx); +void aes128_enc(void *buffer, aes128_ctx_t *ctx);