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