]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha2-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-sha2-test.c
index 7b320c446d31ce4382cc6fe279b5f17fea1e9234..e86af0bb410a33956ab6d01ef9b3b2f33784716c 100644 (file)
@@ -40,9 +40,9 @@
 #include "sha512.h"
 #include "hfal_sha512.h"
 
-const charalgo_name = "SHA-2";
+const char *algo_name = "SHA-2";
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&sha224_desc,
        (hfdesc_t*)&sha256_desc,
        (hfdesc_t*)&sha384_desc,