summaryrefslogtreecommitdiff
path: root/package/curl/patches/patch-lib_vtls_openssl_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-25 22:38:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-25 22:38:32 +0200
commit5b72eb817a71ddb886eea063c6833a47e9888b37 (patch)
tree866c06afc623d863062c13e81e1d546dfd0ee996 /package/curl/patches/patch-lib_vtls_openssl_c
parentdb551a0efa5305f5ce75fe8440ff52ed25473294 (diff)
curl: update to 7.49.0
Diffstat (limited to 'package/curl/patches/patch-lib_vtls_openssl_c')
-rw-r--r--package/curl/patches/patch-lib_vtls_openssl_c12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/curl/patches/patch-lib_vtls_openssl_c b/package/curl/patches/patch-lib_vtls_openssl_c
deleted file mode 100644
index 7f76222e4..000000000
--- a/package/curl/patches/patch-lib_vtls_openssl_c
+++ /dev/null
@@ -1,12 +0,0 @@
---- curl-7.48.0.orig/lib/vtls/openssl.c 2016-03-22 08:15:38.000000000 +0100
-+++ curl-7.48.0/lib/vtls/openssl.c 2016-04-10 10:45:18.637693023 +0200
-@@ -95,7 +95,8 @@
-
- #if (OPENSSL_VERSION_NUMBER >= 0x10000000L)
- #define HAVE_ERR_REMOVE_THREAD_STATE 1
--#if (OPENSSL_VERSION_NUMBER >= 0x10100004L)
-+#if (OPENSSL_VERSION_NUMBER >= 0x10100004L) && \
-+ !defined(LIBRESSL_VERSION_NUMBER)
- /* OpenSSL 1.1.0-pre4 removed the argument! */
- #define HAVE_ERR_REMOVE_THREAD_STATE_NOARG 1
- #endif