a39dc985f1
* add getloadavg patch * refresh patches * use build variants and PKG_INSTALL git-svn-id: svn://svn.openwrt.org/openwrt/packages@25867 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
349 B
Diff
19 lines
349 B
Diff
--- a/ssl.c
|
|
+++ b/ssl.c
|
|
@@ -635,6 +635,7 @@ ssl_connection *new_ssl_connection(char
|
|
#endif
|
|
break;
|
|
|
|
+#ifndef OPENSSL_NO_SSLV2
|
|
case SSL_VERSION_SSLV2:
|
|
#ifdef OPENSSL_FIPS
|
|
if (FIPS_mode()) {
|
|
@@ -647,6 +648,7 @@ ssl_connection *new_ssl_connection(char
|
|
}
|
|
#endif
|
|
break;
|
|
+#endif
|
|
|
|
case SSL_VERSION_SSLV3:
|
|
#ifdef OPENSSL_FIPS
|