X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fcmacvs.h;h=6992314c65b886179e2ceef8d6b8711cf1a8f8b4;hp=f436275d150f63dbec8b60abf7528aef82bdbb9a;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a28cd6502933b1c148275a319f907b955c8fb335 diff --git a/test_src/cmacvs.h b/test_src/cmacvs.h index f436275..6992314 100644 --- a/test_src/cmacvs.h +++ b/test_src/cmacvs.h @@ -1,7 +1,7 @@ /* cmacvs.h */ /* 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 @@ -34,7 +34,7 @@ extern bcdesc_t* cmacvs_algo; extern bcdesc_t** cmacvs_algolist; void cmacvs_listalgos(void); -void cmacvs_setalgo(char* param); +void cmacvs_setalgo(char *param); void cmacvs_test1(void); void cmacvs_test2(void);