X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-ubi-test.c;h=21bf0cbed98bd4d4febe60f546eeee0492bf6fad;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=435b7163fadcc91adf3cc68bd851b348552bbb9c;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git diff --git a/test_src/main-ubi-test.c b/test_src/main-ubi-test.c index 435b716..21bf0cb 100644 --- a/test_src/main-ubi-test.c +++ b/test_src/main-ubi-test.c @@ -1,7 +1,7 @@ /* main-threefish-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,7 +26,7 @@ #include "ubi.h" #include "performance_test.h" -char* algo_name = "UBI-Threefish"; +char *algo_name = "UBI-Threefish"; /***************************************************************************** * additional validation-functions *