X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-base64-test.c;fp=test_src%2Fmain-base64-test.c;h=894179b3ccc45e454067adaa36a53895487d32f4;hp=9a1e4611a6305308557a3c9c1d912b533cf474a2;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-base64-test.c b/test_src/main-base64-test.c index 9a1e461..894179b 100644 --- a/test_src/main-base64-test.c +++ b/test_src/main-base64-test.c @@ -30,7 +30,7 @@ #include "performance_test.h" -char* algo_name = "Base64"; +char *algo_name = "Base64"; /***************************************************************************** * additional validation-functions *