X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-whirlpool-t-test.c;h=c85a9673bb4f382459b9f7b0b01c59a2460d3109;hb=6c688ee8a14c2452afb4e3c855939b9d0dc858d7;hp=0474039997c4a71d89d154829976fdd563ff86e2;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git 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 };