]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-tdes-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-tdes-test.c
index e26cc912d59d20013e1caa3cd5e472959f9b8e2e..29435b9a2c9a9c8c44f73e5fa765b785b90bfa44 100644 (file)
@@ -30,9 +30,9 @@
 #include "bcal_tdes.h"
 #include "bcal_tdes2.h"
 
-charalgo_name = "TDES";
+char *algo_name = "TDES";
 
-const bcdesc_tconst algolist[] PROGMEM = {
+const bcdesc_t *const algolist[] PROGMEM = {
        (bcdesc_t*)&tdes_desc,
        (bcdesc_t*)&tdes2_desc,
        NULL