]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-whirlpool-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-whirlpool-test.c
index 4d2978b2fb25c9211b7868f26386b8e0147eaa0a..b2bbff6695717867c64f904e9aee701338927be3 100644 (file)
@@ -1,7 +1,7 @@
 /* main-whirlpool-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 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
@@ -33,9 +33,9 @@
 #include "hfal_whirlpool.h"
 #include "dump.h"
 
-charalgo_name = "Whirlpool";
+char *algo_name = "Whirlpool";
 
-const hfdesc_tconst algolist[] PROGMEM = {
+const hfdesc_t *const algolist[] PROGMEM = {
        (hfdesc_t*)&whirlpool_desc,
        NULL
 };