X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-mugi-test.c;h=f55bb7ae9706e3d1707c430ca6143635d63ee5c3;hp=a741cc00c10e6fd99acb31aebd5368785defd292;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-mugi-test.c b/test_src/main-mugi-test.c index a741cc0..f55bb7a 100644 --- a/test_src/main-mugi-test.c +++ b/test_src/main-mugi-test.c @@ -1,7 +1,7 @@ /* main-mugi-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 @@ -27,7 +27,7 @@ #include "nessie_stream_test.h" #include "performance_test.h" -char* algo_name = "MUGI"; +char *algo_name = "MUGI"; /***************************************************************************** * additional validation-functions *