]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes128_enc.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / aes / aes128_enc.h
index 98a8cc21c8f1e08ad616617a9f36d20822601a2b..0ac7b0aeb7459ad8ebfa859b804b2b533c01c30d 100644 (file)
@@ -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);