]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-keccak-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-keccak-test.c
index 127cb62d130297d4cb538ef586b034df768aae4f..ab5f9a29e062e6ecbbbf38cba457647da0b463c8 100644 (file)
 #include "hfal-performance.h"
 #include "hfal-test.h"
 
-charalgo_name = "Keccak";
+char *algo_name = "Keccak";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&keccak224_desc,
        (hfdesc_t*)&keccak256_desc,
        (hfdesc_t*)&keccak384_desc,