]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-jh-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-jh-test.c
index f29a6964deac7ecfa3ed243142d028ad3e667536..a54e913a21d1e6d61f554c9ab5ae4f62ffa66749 100644 (file)
 #include "nessie_hash_test.h"
 #include "performance_test.h"
 
-charalgo_name = "JH";
+char *algo_name = "JH";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&jh224_desc,
        (hfdesc_t*)&jh256_desc,
        (hfdesc_t*)&jh384_desc,