]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes256_enc.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / aes / aes256_enc.h
index a890cd3e9ac191cb79cd0c73591b96ed2176cc2a..bcda6c3310901f2f94d983c7e7e76d3106169dd9 100644 (file)
@@ -40,7 +40,7 @@
  * \param buffer pointer to the block to encrypt
  * \param ctx    pointer to the key schedule
  */
-void aes256_enc(void* buffer, aes256_ctx_t* ctx);
+void aes256_enc(void *buffer, aes256_ctx_t *ctx);