]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-salsa20-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-salsa20-test.c
index fda3cf97b2336eef809338a4f379fd3604907f8e..e3ad8273a630e2885d3ddabc9f3e4f49f35f3e0b 100644 (file)
@@ -27,7 +27,7 @@
 #include "scal-basic.h"
 #include "scal-nessie.h"
 
-charalgo_name = "Salsa20";
+char *algo_name = "Salsa20";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *