X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-a5_1-test.c;h=75f06a248905900cf8bfca9cc44446fc813ac230;hp=6addf1aa8ee5fb44ff442b61b7e5bd1e7d8d4120;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-a5_1-test.c b/test_src/main-a5_1-test.c index 6addf1a..75f06a2 100644 --- a/test_src/main-a5_1-test.c +++ b/test_src/main-a5_1-test.c @@ -1,7 +1,7 @@ /* main-a5_1-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 @@ -26,12 +26,12 @@ #include "A5_1.h" #include "nessie_stream_test.h" -char* algo_name = "A5_1"; +char *algo_name = "A5_1"; /***************************************************************************** * additional validation-functions * *****************************************************************************/ -void a51_genctx_dummy(uint8_t* key, uint16_t keysize, void* ctx){ +void a51_genctx_dummy(uint8_t *key, uint16_t keysize, void *ctx){ a5_1_init(ctx,key, keysize, NULL, 0); }