diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index 0f3dd708a..486bd32b0 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c @@ -144,7 +144,7 @@ IMPLEMENT_dtls1_meth_func(DTLSv1_client_method, int dtls1_connect(SSL *s) { BUF_MEM *buf=NULL; - unsigned long Time=(unsigned long)time(NULL),l; + unsigned long Time=(unsigned long)time(NULL); long num1; void (*cb)(const SSL *ssl,int type,int val)=NULL; int ret= -1; diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c index 450524a5e..0fc40078f 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -145,7 +145,7 @@ IMPLEMENT_dtls1_meth_func(DTLSv1_server_method, int dtls1_accept(SSL *s) { BUF_MEM *buf; - unsigned long l,Time=(unsigned long)time(NULL); + unsigned long Time=(unsigned long)time(NULL); void (*cb)(const SSL *ssl,int type,int val)=NULL; long num1; unsigned long alg_k; diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c index 30ca8606e..25148d339 100644 --- a/ssl/s2_lib.c +++ b/ssl/s2_lib.c @@ -279,6 +279,10 @@ OPENSSL_GLOBAL SSL_CIPHER ssl2_ciphers[]={ SSL2_TXT_NULL, SSL2_CK_NULL, 0, + 0, + 0, + 0, + SSL_SSLV2, SSL_STRONG_NONE, 0, 0, diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 2a19ec496..980dd7928 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -1828,7 +1828,7 @@ int ssl3_send_client_key_exchange(SSL *s) #ifdef KSSL_DEBUG printf("ssl3_send_client_key_exchange(%lx & %lx)\n", - l, SSL_kKRB5); + alg_k, SSL_kKRB5); #endif /* KSSL_DEBUG */ authp = NULL; diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index d4114f3de..d438cbb10 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -699,12 +699,12 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={ 1, SSL3_TXT_KRB5_RC4_128_SHA, SSL3_CK_KRB5_RC4_128_SHA, - SSL_kKRB5,SSL_aKRB5, + SSL_kKRB5, + SSL_aKRB5, SSL_RC4, SSL_SHA1, SSL_SSLV3, - SSL_NOT_EXP, - SSL_MEDIUM, + SSL_NOT_EXP|SSL_MEDIUM, 0, 128, 128, @@ -799,7 +799,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={ SSL_aKRB5, SSL_DES, SSL_SHA1, - |SSL_SSLV3, + SSL_SSLV3, SSL_EXPORT|SSL_EXP40, 0, 40,