]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-cast5-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-cast5-test.c
index 76af0848ef0c21ab32aac62517e4f3353842e2e6..d23ba8a3b339f9f8bba6989c8f9934683016b7f2 100644 (file)
@@ -29,9 +29,9 @@
 #include "bcal-nessie.h"
 #include "bcal_cast5.h"
 
-charalgo_name = "cast-128 (cast5)";
+char *algo_name = "cast-128 (cast5)";
 
-const bcdesc_tconst algolist[] PROGMEM = {
+const bcdesc_t *const algolist[] PROGMEM = {
        (bcdesc_t*)&cast5_desc,
        NULL
 };