]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-aes-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-aes-test.c
index 67e928e1703d4dbfaf55bed433eb6be81dc378f7..92ac560410489f5081b9bc9e0f1df79b7f73bba0 100644 (file)
@@ -40,9 +40,9 @@
 #include "bcal-performance.h"
 #include "bcal-nessie.h"
 
-const charalgo_name = "AES";
+const char *algo_name = "AES";
 
-const bcdesc_tconst const algolist[] PROGMEM = {
+const bcdesc_t *const const algolist[] PROGMEM = {
        (bcdesc_t*)&aes128_desc,
        (bcdesc_t*)&aes192_desc,
        (bcdesc_t*)&aes256_desc,