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