softethervpn: Really fix iconv support
[feed/packages.git] / net / softethervpn / patches / 105-nossl3.patch
diff --git a/net/softethervpn/patches/105-nossl3.patch b/net/softethervpn/patches/105-nossl3.patch
deleted file mode 100644 (file)
index e602580..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: v4.25-9656/src/Mayaqua/Network.c
-===================================================================
---- v4.25-9656.orig/src/Mayaqua/Network.c
-+++ v4.25-9656/src/Mayaqua/Network.c
-@@ -13025,7 +13025,7 @@ bool StartSSLEx(SOCK *sock, X *x, K *pri
-               {\r
-                       if (client_tls == false)\r
-                       {\r
--#if OPENSSL_VERSION_NUMBER < 0x10100000L\r
-+#ifndef SSL_OP_NO_SSLv3\r
-                               SSL_CTX_set_ssl_version(ssl_ctx, SSLv3_method());\r
- #else\r
-                               SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method());\r