summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/hmac/hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/hmac/hmactest.c')
-rw-r--r--src/regress/lib/libcrypto/hmac/hmactest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/hmac/hmactest.c b/src/regress/lib/libcrypto/hmac/hmactest.c
index d5a00c8aac..ab75d3508c 100644
--- a/src/regress/lib/libcrypto/hmac/hmactest.c
+++ b/src/regress/lib/libcrypto/hmac/hmactest.c
@@ -319,7 +319,7 @@ end:
319static char * 319static char *
320pt(unsigned char *md, unsigned int len) 320pt(unsigned char *md, unsigned int len)
321{ 321{
322 int i; 322 unsigned int i;
323 static char buf[80]; 323 static char buf[80];
324 324
325 for (i = 0; i < len; i++) 325 for (i = 0; i < len; i++)