]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes_enc.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / aes / aes_enc.h
index fb25764a181a1e8e7552b381a82f9a6c807c579b..1dc519e9245813c29cd14841889a8aeeb097efc5 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdint.h>
 
 
-void aes_encrypt_core(aes_cipher_state_t* state, const aes_genctx_t* ks, uint8_t rounds);
+void aes_encrypt_core(aes_cipher_state_t *state, const aes_genctx_t *ks, uint8_t rounds);
 
 
 #endif