aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/fips/sha/fips_sha1_selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/fips/sha/fips_sha1_selftest.c')
-rw-r--r--crypto/openssl/fips/sha/fips_sha1_selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/fips/sha/fips_sha1_selftest.c b/crypto/openssl/fips/sha/fips_sha1_selftest.c
index ba6a29ed94ec..4c0d463e6fbb 100644
--- a/crypto/openssl/fips/sha/fips_sha1_selftest.c
+++ b/crypto/openssl/fips/sha/fips_sha1_selftest.c
@@ -78,7 +78,7 @@ void FIPS_corrupt_sha1()
int FIPS_selftest_sha1()
{
- int n;
+ size_t n;
for(n=0 ; n<sizeof(test)/sizeof(test[0]) ; ++n)
{