Fix Win32 warnings.

This commit is contained in:
Dr. Stephen Henson
2007-02-18 17:23:20 +00:00
parent 5f4cc234fb
commit d1049ad93e
2 changed files with 2 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
else
{
BIO_write(out,title,strlen(title));
for (i=0; i<len; i++)
for (i=0; i<(int)len; i++)
{
if (sep && (i != 0))
BIO_printf(out, ":");