From f0d29223f5609b2dbdcbb2e9098591b16c711a4d Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Thu, 6 Jul 2023 19:49:28 +0000 Subject: [PATCH] Don't autoload OpenSSL config --- deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deps.sh b/deps.sh index c6fdedaa12..ba7b6a3666 100755 --- a/deps.sh +++ b/deps.sh @@ -404,6 +404,7 @@ install_openssl () { no-engine \ no-static-engine \ no-weak-ssl-ciphers \ + no-autoload-config \ no-tls1 \ no-tls1-method \ no-tls1_1 \