]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-whirlpool-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-whirlpool-test.c
index 4d2978b2fb25c9211b7868f26386b8e0147eaa0a..1e1cea3d236a2e8a270d67e00447294725b3b149 100644 (file)
@@ -33,9 +33,9 @@
 #include "hfal_whirlpool.h"
 #include "dump.h"
 
-charalgo_name = "Whirlpool";
+char *algo_name = "Whirlpool";
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&whirlpool_desc,
        NULL
 };