summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-09 15:51:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-09 15:51:24 +0000
commitf871545f7f952979cf83ef7b0078fc58ef858327 (patch)
tree76566a16eddb8acdd2f4202b7ff2c2f48f6d9b40 /fips
parent136b5dc7c70c07ae2fbe1420eef478ff4427ad59 (diff)
Stop signed/unsigned warning.
Diffstat (limited to 'fips')
-rw-r--r--fips/sha/fips_sha1_selftest.c2
1 files changed, 1 insertions, 1 deletions
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<sizeof(test)/sizeof(test[0]) ; ++n)
{