Add OPENSSL_CONF env. variable for Openssl to work

This commit is contained in:
Vidar Kongsli 2016-11-17 10:42:30 +01:00
parent ab9c4c0151
commit 05326817fc

View File

@ -15,5 +15,8 @@
"innosetup": true,
"bin": "bin\\openssl.exe",
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
"env_add_path": "bin"
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
}
}