]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha2-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-sha2-test.c
index 7b320c446d31ce4382cc6fe279b5f17fea1e9234..577ceb473df40c9c938b28ffa88a575b7835ed5b 100644 (file)
@@ -1,7 +1,7 @@
 /* main-sha512-test.c */
 /*
     This file is part of the ARM-Crypto-Lib.
-    Copyright (C) 2006-2011  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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,