Stop signed/unsigned warning.

This commit is contained in:
Dr. Stephen Henson 2009-08-09 15:51:24 +00:00
parent 136b5dc7c7
commit f871545f7f

View file

@ -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)
{