X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-echo-test.c;h=878946f3b007b782c02ba894965557faa9d3a604;hb=2e0998249aeec3ce8509af80cc56fb6a49f3268d;hp=ff2d7a3a7b990157c87fa9b929b88181ce815454;hpb=cd6cc49401a7868a8ce64125e7246a29f2632952;p=avr-crypto-lib.git diff --git a/test_src/main-echo-test.c b/test_src/main-echo-test.c index ff2d7a3..878946f 100644 --- a/test_src/main-echo-test.c +++ b/test_src/main-echo-test.c @@ -32,10 +32,10 @@ #include "hfal-performance.h" #include "hfal-test.h" -char* algo_name = "Echo"; +char *algo_name = "Echo"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&echo224_desc, (hfdesc_t*)&echo256_desc, (hfdesc_t*)&echo384_desc,