diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/hmac/hmactest.c | 2 |
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: | |||
| 319 | static char * | 319 | static char * |
| 320 | pt(unsigned char *md, unsigned int len) | 320 | pt(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++) |
