]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-hmac-sha256-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-hmac-sha256-test.c
index 3e7f51e73d127df48972dfd493f301a331dd0625..1aad96676ea03e5a1c87b548cb6059f01a22dccd 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "nessie_mac_test.h"
 
-charalgo_name = "HMAC-SHA256";
+char *algo_name = "HMAC-SHA256";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *