From 2c2f2270a1d30f7b4f5b5b1129fa2d166369b749 Mon Sep 17 00:00:00 2001 From: "Samuel D. Leslie" Date: Sun, 27 Feb 2022 17:57:45 +1100 Subject: [PATCH] openssl: Set OPENSSL_MODULES environment variable (#3338) * openssl: Set OPENSSL_MODULES environment variable Required for OpenSSL to locate various modules (aka. providers). See Issue #3335 for the full details. * Update openssl.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/openssl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index 5114424569..c33b31830a 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -14,12 +14,12 @@ } }, "innosetup": true, - "bin": "bin\\openssl.exe", "env_add_path": "bin", "env_set": { "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf", "OPENSSL_LIB_DIR": "$dir\\lib", - "OPENSSL_INCLUDE_DIR": "$dir\\include" + "OPENSSL_INCLUDE_DIR": "$dir\\include", + "OPENSSL_MODULES": "$dir\\bin" }, "checkver": "Win32 OpenSSL v([^\\s]+)", "autoupdate": {