]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-echo-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-echo-test.c
index ff2d7a3a7b990157c87fa9b929b88181ce815454..878946f3b007b782c02ba894965557faa9d3a604 100644 (file)
 #include "hfal-performance.h"
 #include "hfal-test.h"
 
-charalgo_name = "Echo";
+char *algo_name = "Echo";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&echo224_desc,
        (hfdesc_t*)&echo256_desc,
        (hfdesc_t*)&echo384_desc,