]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-base64-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-base64-test.c
index 9a1e4611a6305308557a3c9c1d912b533cf474a2..894179b3ccc45e454067adaa36a53895487d32f4 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "performance_test.h"
 
-charalgo_name = "Base64";
+char *algo_name = "Base64";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *