2008-07-18 13:51:23 +00:00
|
|
|
--- a/ssl.c
|
|
|
|
+++ b/ssl.c
|
2011-03-04 18:19:54 +00:00
|
|
|
@@ -635,6 +635,7 @@ ssl_connection *new_ssl_connection(char
|
|
|
|
#endif
|
2006-12-18 17:07:01 +00:00
|
|
|
break;
|
|
|
|
|
2007-03-04 02:27:48 +00:00
|
|
|
+#ifndef OPENSSL_NO_SSLV2
|
2006-12-18 17:07:01 +00:00
|
|
|
case SSL_VERSION_SSLV2:
|
2011-03-04 18:19:54 +00:00
|
|
|
#ifdef OPENSSL_FIPS
|
|
|
|
if (FIPS_mode()) {
|
|
|
|
@@ -647,6 +648,7 @@ ssl_connection *new_ssl_connection(char
|
|
|
|
}
|
|
|
|
#endif
|
2006-12-18 17:07:01 +00:00
|
|
|
break;
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
case SSL_VERSION_SSLV3:
|
2011-03-04 18:19:54 +00:00
|
|
|
#ifdef OPENSSL_FIPS
|