X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-hmac-md5-test.c;h=d5d6d3d7e9e6b8491266d57656a4ea3677ebd266;hb=d796b12dbb838974705d995369161d3836f9dad2;hp=410592c90f7dc8c9f23ee44fb4e3ce462e1c465b;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git 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',