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