]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha1-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-sha1-test.c
index 53ca357f6c0ee55d7a337a5ba84aa14c8f04471b..95e003cf20aec1c7db03902aaeadf2b600895b43 100644 (file)
@@ -33,9 +33,9 @@
 #include "hfal_sha1.h"
 #include "dump.h"
 
-charalgo_name = "SHA-1";
+char *algo_name = "SHA-1";
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&sha1_desc,
        NULL
 };