From: Dr. Stephen Henson Date: Sun, 9 Aug 2009 15:51:24 +0000 (+0000) Subject: Stop signed/unsigned warning. X-Git-Tag: OpenSSL_0_9_8m-beta1~148 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f871545f7f952979cf83ef7b0078fc58ef858327 Stop signed/unsigned warning. --- diff --git a/fips/sha/fips_sha1_selftest.c b/fips/sha/fips_sha1_selftest.c index ba6a29ed94..4c0d463e6f 100644 --- a/fips/sha/fips_sha1_selftest.c +++ b/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