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