X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-sha2-test.c;h=577ceb473df40c9c938b28ffa88a575b7835ed5b;hb=d9352fc79fbdee0cf3288809b104ea196ea85693;hp=7b320c446d31ce4382cc6fe279b5f17fea1e9234;hpb=38e12ca0d3a9df2ca6809ab88fb2ea32e5aed8f8;p=avr-crypto-lib.git diff --git a/test_src/main-sha2-test.c b/test_src/main-sha2-test.c index 7b320c4..577ceb4 100644 --- a/test_src/main-sha2-test.c +++ b/test_src/main-sha2-test.c @@ -1,7 +1,7 @@ /* main-sha512-test.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-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 @@ -40,9 +40,9 @@ #include "sha512.h" #include "hfal_sha512.h" -const char* algo_name = "SHA-2"; +const char *algo_name = "SHA-2"; -const hfdesc_t* const algolist[] PROGMEM = { +const hfdesc_t *const algolist[] PROGMEM = { (hfdesc_t*)&sha224_desc, (hfdesc_t*)&sha256_desc, (hfdesc_t*)&sha384_desc,