]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-entropium-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-entropium-test.c
index 687f40b992fd5ccafeb2e11a46199dae3e452b23..f73c07104038dabccdc83e36dfb823fd58ec586c 100644 (file)
@@ -1,7 +1,7 @@
 /* main-entropium-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_bc_test.h"
 #include "performance_test.h"
 
-charalgo_name = "Entropium";
+char *algo_name = "Entropium";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *