From 62ee6a1e1aa91873d391801d54577b699dcb8998 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 28 Feb 2021 16:56:52 +0900 Subject: Revert 020_ssl-ca.patch and use ssl_ca_path to keep old behavior --- debian/patches/020_ssl-ca.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 debian/patches/020_ssl-ca.patch (limited to 'debian/patches/020_ssl-ca.patch') diff --git a/debian/patches/020_ssl-ca.patch b/debian/patches/020_ssl-ca.patch deleted file mode 100644 index 9d2b834..0000000 --- a/debian/patches/020_ssl-ca.patch +++ /dev/null @@ -1,14 +0,0 @@ -Subject: Fix OpenSSL default always overrides ssl_ca_file and ssl_ca_path -Author: Tatsuya Kinoshita - ---- a/url.c -+++ b/url.c -@@ -445,7 +445,7 @@ openSSLHandle(int sock, char *hostname, char **p_cert) - } - } - if ((!ssl_ca_file && !ssl_ca_path) -- || SSL_CTX_load_verify_locations(ssl_ctx, ssl_ca_file, ssl_ca_path)) -+ || !SSL_CTX_load_verify_locations(ssl_ctx, ssl_ca_file, ssl_ca_path)) - #endif /* defined(USE_SSL_VERIFY) */ - SSL_CTX_set_default_verify_paths(ssl_ctx); - #endif /* SSLEAY_VERSION_NUMBER >= 0x0800 */ -- cgit v1.2.3