]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha256-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-sha256-test.c
index 0aac309d337631655d063481c94ffc64cbe4c959..d6182860039d9f9e71c52560c1890170414935b2 100644 (file)
@@ -35,9 +35,9 @@
 
 #include "dump.h"
 
-charalgo_name = "SHA-256";
+char *algo_name = "SHA-256";
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&sha256_desc,
        NULL
 };