]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-cubehash-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-cubehash-test.c
index 5014476a7b13931ed6c13a3fe2acb3f5313e52c2..0d22e07a2e2632d04f8359999bf04f9ab6e20d17 100644 (file)
 #include "hfal-performance.h"
 #include "hfal-test.h"
 
-charalgo_name = "CubeHash";
+char *algo_name = "CubeHash";
 
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&cubehash224_desc,
        (hfdesc_t*)&cubehash256_desc,
        (hfdesc_t*)&cubehash384_desc,