X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-tdes-test.c;h=e48b68f0baf587db18a6c0b4099263f7b1d9daa7;hp=e26cc912d59d20013e1caa3cd5e472959f9b8e2e;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-tdes-test.c b/test_src/main-tdes-test.c index e26cc91..e48b68f 100644 --- a/test_src/main-tdes-test.c +++ b/test_src/main-tdes-test.c @@ -1,7 +1,7 @@ /* main-tdes-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 @@ -30,9 +30,9 @@ #include "bcal_tdes.h" #include "bcal_tdes2.h" -char* algo_name = "TDES"; +char *algo_name = "TDES"; -const bcdesc_t* const algolist[] PROGMEM = { +const bcdesc_t *const algolist[] PROGMEM = { (bcdesc_t*)&tdes_desc, (bcdesc_t*)&tdes2_desc, NULL