]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-cast6-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-cast6-test.c
index 63fd3caf43a0314bdf99d1fe1cce0b4f470a5224..30d49f8d5579f2b050254b5be8ac721efa50d842 100644 (file)
@@ -11,9 +11,9 @@
 #include "bcal-nessie.h"
 #include "bcal_cast6.h"
 
-charalgo_name = "CAST-256";
+char *algo_name = "CAST-256";
 
-const bcdesc_tconst algolist[] PROGMEM = {
+const bcdesc_t *const algolist[] PROGMEM = {
        (bcdesc_t*)&cast6_desc,
        NULL
 };