]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-ubi-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-ubi-test.c
index 435b7163fadcc91adf3cc68bd851b348552bbb9c..21bf0cbed98bd4d4febe60f546eeee0492bf6fad 100644 (file)
@@ -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"
 
-charalgo_name = "UBI-Threefish";
+char *algo_name = "UBI-Threefish";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *