mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
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>
This commit is contained in:
parent
09f1d3ada3
commit
2c2f2270a1
@ -14,12 +14,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"innosetup": true,
|
"innosetup": true,
|
||||||
"bin": "bin\\openssl.exe",
|
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
|
||||||
"OPENSSL_LIB_DIR": "$dir\\lib",
|
"OPENSSL_LIB_DIR": "$dir\\lib",
|
||||||
"OPENSSL_INCLUDE_DIR": "$dir\\include"
|
"OPENSSL_INCLUDE_DIR": "$dir\\include",
|
||||||
|
"OPENSSL_MODULES": "$dir\\bin"
|
||||||
},
|
},
|
||||||
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
"checkver": "Win32 OpenSSL v([^\\s]+)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user