aboutsummaryrefslogtreecommitdiff
path: root/net/httping/patches/002-fix-openssl-bundle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/patches/002-fix-openssl-bundle.patch')
-rw-r--r--net/httping/patches/002-fix-openssl-bundle.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/httping/patches/002-fix-openssl-bundle.patch b/net/httping/patches/002-fix-openssl-bundle.patch
new file mode 100644
index 000000000..edfffb77f
--- /dev/null
+++ b/net/httping/patches/002-fix-openssl-bundle.patch
@@ -0,0 +1,11 @@
+--- a/mssl.c
++++ b/mssl.c
+@@ -309,7 +309,7 @@ SSL_CTX * initialize_ctx(const char ask_
+ ca_path = "/etc/ssl/certs";
+ #endif
+
+- SSL_CTX_load_verify_locations(ctx, NULL, ca_path);
++ SSL_CTX_load_verify_locations(ctx, "/etc/ssl/certs/ca-certificates.crt", ca_path);
+
+ #ifdef SSL_OP_NO_COMPRESSION
+ if (!ask_compression)