X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-rabbit-test.c;h=ab7e34649b80d4e38843702c43bf9f8b4c894589;hp=4f66c66702dcb6c85ccdf29fed05c0ca2d421594;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-rabbit-test.c b/test_src/main-rabbit-test.c index 4f66c66..ab7e346 100644 --- a/test_src/main-rabbit-test.c +++ b/test_src/main-rabbit-test.c @@ -1,7 +1,7 @@ /* main-rabbit-test.c */ /* This file is part of the AVR-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 @@ -26,13 +26,13 @@ #include "scal-basic.h" #include "scal-nessie.h" -const char* algo_name = "Rabbit"; +const char *algo_name = "Rabbit"; /***************************************************************************** * additional validation-functions * *****************************************************************************/ -void test_vector(void* key, void* iv, const void* ref){ +void test_vector(void *key, void *iv, const void *ref){ rabbit_ctx_t ctx; uint8_t fail=0; cli_putstr_P(PSTR("\r\n testing with\r\n key: "));