X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=test_src%2Fmain-whirlpool-0-test.c;h=73bc6909b47a4e6a40a0b20a3f10b032ac9841ef;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=a044ddf8690e62e7f2c4497590af8d2468be622e;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git diff --git a/test_src/main-whirlpool-0-test.c b/test_src/main-whirlpool-0-test.c index a044ddf..73bc690 100644 --- a/test_src/main-whirlpool-0-test.c +++ b/test_src/main-whirlpool-0-test.c @@ -1,7 +1,7 @@ /* main-whirlpool-0-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_0.h" #include "dump.h" -char* algo_name = "Whirlpool-0"; +char *algo_name = "Whirlpool-0"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&whirlpool_0_desc, NULL };