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