X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-echo-test.c;fp=test_src%2Fmain-echo-test.c;h=878946f3b007b782c02ba894965557faa9d3a604;hp=ff2d7a3a7b990157c87fa9b929b88181ce815454;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c 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,