openssl-mingw: Update openssl.cnf location (#3102)

Update `OPENSSL_CONF` env. variable, location of `openssl.cnf` was moved to the `ssl/` folder.
This commit is contained in:
Silver Zachara 2021-12-16 13:39:14 +01:00 committed by GitHub
parent df2f2bc552
commit d5a6e8fafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"bin": "openssl.exe",
"env_add_path": ".",
"env_set": {
"OPENSSL_CONF": "$dir\\openssl.cnf"
"OPENSSL_CONF": "$dir\\ssl\\openssl.cnf"
},
"checkver": "dl-(?<curl>[\\d._]+)/openssl-([\\da-z._]+)-win64-mingw",
"autoupdate": {