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