]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-sha256-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-sha256-test.c
index 0aac309d337631655d063481c94ffc64cbe4c959..44ea153473b4ee59feddddadf4ed585c3a3ebd3c 100644 (file)
@@ -1,7 +1,7 @@
 /* main-sha256-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  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
@@ -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
 };