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

@@ -2043,7 +2043,8 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
{
SSL_CIPHER *c,*ret=NULL;
STACK_OF(SSL_CIPHER) *prio, *allow;
int i,j,ok;
int i,ok;
unsigned int j;
#ifndef OPENSSL_NO_TLSEXT
#ifndef OPENSSL_NO_EC
int ec_ok, ec_nid;