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