X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=test_src%2Fmain-echo-test.c;h=49efba890d2bec24ef6b636a062b95a2a1c15a05;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=ff2d7a3a7b990157c87fa9b929b88181ce815454;hpb=cd6cc49401a7868a8ce64125e7246a29f2632952;p=avr-crypto-lib.git diff --git a/test_src/main-echo-test.c b/test_src/main-echo-test.c index ff2d7a3..49efba8 100644 --- a/test_src/main-echo-test.c +++ b/test_src/main-echo-test.c @@ -1,7 +1,7 @@ /* main-echo-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 @@ -32,10 +32,10 @@ #include "hfal-performance.h" #include "hfal-test.h" -char* algo_name = "Echo"; +char *algo_name = "Echo"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&echo224_desc, (hfdesc_t*)&echo256_desc, (hfdesc_t*)&echo384_desc,