Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: define OPENSSLDIR and ENGINESDIR explicitly
According to CVE-2019-1552(*), it is encouraged to change OPENSSLDIR from the default of /usr/local/ssl to a privileged directory on Windows. "C:\Program Files\Common Files\SSL" is set as it is the default path in OpenSSL-1.1.1. (*) https://www.openssl.org/news/secadv/20190730.txt Fixes: nodejs#29445
- Loading branch information