X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-whirlpool-t-test.c;fp=test_src%2Fmain-whirlpool-t-test.c;h=c85a9673bb4f382459b9f7b0b01c59a2460d3109;hp=0474039997c4a71d89d154829976fdd563ff86e2;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-whirlpool-t-test.c b/test_src/main-whirlpool-t-test.c index 0474039..c85a967 100644 --- a/test_src/main-whirlpool-t-test.c +++ b/test_src/main-whirlpool-t-test.c @@ -34,9 +34,9 @@ #include "hfal_whirlpool_t.h" #include "dump.h" -char* algo_name = "Whirlpool-T"; +char *algo_name = "Whirlpool-T"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&whirlpool_t_desc, NULL };