Fix (most) WIN32 warnings and errors.

This commit is contained in:
Dr. Stephen Henson
2006-04-17 12:08:22 +00:00
parent 9ca7047d71
commit c20276e4ae
13 changed files with 95 additions and 14 deletions

View File

@@ -400,7 +400,7 @@ static void int_dsa_free(EVP_PKEY *pkey)
static void update_buflen(const BIGNUM *b, size_t *pbuflen)
{
int i;
size_t i;
if (!b)
return;
if (*pbuflen < (i = (size_t)BN_num_bytes(b)))