X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-whirlpool-0-test.c;fp=test_src%2Fmain-whirlpool-0-test.c;h=a1811a01e82dd5b77d9151bf529b91ae568d3e46;hp=a044ddf8690e62e7f2c4497590af8d2468be622e;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-whirlpool-0-test.c b/test_src/main-whirlpool-0-test.c index a044ddf..a1811a0 100644 --- a/test_src/main-whirlpool-0-test.c +++ b/test_src/main-whirlpool-0-test.c @@ -33,9 +33,9 @@ #include "hfal_whirlpool_0.h" #include "dump.h" -char* algo_name = "Whirlpool-0"; +char *algo_name = "Whirlpool-0"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&whirlpool_0_desc, NULL };