X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-jh-test.c;h=eebdeef33fb565df93c32bf8b0625fede9bb3c97;hb=4e5b55fb1342fdef1603b68ea240b0778e665c1d;hp=f29a6964deac7ecfa3ed243142d028ad3e667536;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git diff --git a/test_src/main-jh-test.c b/test_src/main-jh-test.c index f29a696..eebdeef 100644 --- a/test_src/main-jh-test.c +++ b/test_src/main-jh-test.c @@ -1,7 +1,7 @@ /* main-jh-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 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 "nessie_hash_test.h" #include "performance_test.h" -char* algo_name = "JH"; +char *algo_name = "JH"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&jh224_desc, (hfdesc_t*)&jh256_desc, (hfdesc_t*)&jh384_desc,