mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +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,
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user