X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-whirlpool-t-test.c;h=cc5fd3f9305c8461553e80fa4fb8fcd3bf6e80b6;hp=0474039997c4a71d89d154829976fdd563ff86e2;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-whirlpool-t-test.c b/test_src/main-whirlpool-t-test.c index 0474039..cc5fd3f 100644 --- a/test_src/main-whirlpool-t-test.c +++ b/test_src/main-whirlpool-t-test.c @@ -1,7 +1,7 @@ /* main-whirlpool-t-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 @@ -34,9 +34,9 @@ #include "hfal_whirlpool_t.h" #include "dump.h" -char* algo_name = "Whirlpool-T"; +char *algo_name = "Whirlpool-T"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&whirlpool_t_desc, NULL };