]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-salsa20-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-salsa20-test.c
index fda3cf97b2336eef809338a4f379fd3604907f8e..c9ddb831b3a235f164d10428098b25314c8b73da 100644 (file)
@@ -1,7 +1,7 @@
 /* main-salsa20-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2006-2011 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 "scal-basic.h"
 #include "scal-nessie.h"
 
-charalgo_name = "Salsa20";
+char *algo_name = "Salsa20";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *