X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-hmac-md5-test.c;fp=test_src%2Fmain-hmac-md5-test.c;h=d5d6d3d7e9e6b8491266d57656a4ea3677ebd266;hp=410592c90f7dc8c9f23ee44fb4e3ce462e1c465b;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-hmac-md5-test.c b/test_src/main-hmac-md5-test.c index 410592c..d5d6d3d 100644 --- a/test_src/main-hmac-md5-test.c +++ b/test_src/main-hmac-md5-test.c @@ -27,7 +27,7 @@ #include "hmac-md5.h" #include "nessie_mac_test.h" -char* algo_name = "HMAC-MD5"; +char *algo_name = "HMAC-MD5"; /***************************************************************************** * additional validation-functions * @@ -87,7 +87,7 @@ void hmacmd5_interactive(void){ cli_hexdump(hmac, HMAC_MD5_BYTES); } -void strhexdump(char* dest, void* src, uint16_t length){ +void strhexdump(char *dest, void *src, uint16_t length){ char table[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b',