X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-hmac-sha1-test.c;h=0cf9a1baab6cfb6bc56caa490972922523edb573;hb=22985930c9c2c610ae18e2d8df0f3ea78a082134;hp=c8e671016bc48133b35105b5af3f57c9787eda40;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git diff --git a/test_src/main-hmac-sha1-test.c b/test_src/main-hmac-sha1-test.c index c8e6710..0cf9a1b 100644 --- a/test_src/main-hmac-sha1-test.c +++ b/test_src/main-hmac-sha1-test.c @@ -28,7 +28,7 @@ #include "nessie_mac_test.h" -char* algo_name = "HMAC-SHA1"; +char *algo_name = "HMAC-SHA1"; /***************************************************************************** * additional validation-functions *