Stop signed/unsigned warning.
This commit is contained in:
parent
136b5dc7c7
commit
f871545f7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue