Merge pull request #61 from vector-im/dbkr/update_openssl

Update openssl
This commit is contained in:
J. Ryan Stinnett 2020-04-03 19:12:55 +01:00 committed by GitHub
commit b0e15a9f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ async function getOpenSsl(hakEnv, moduleInfo) {
haveOpenSslTar = false;
}
if (!haveOpenSslTar) {
await needle('get', 'https://www.openssl.org/source/openssl-1.1.1d.tar.gz', {
await needle('get', 'https://www.openssl.org/source/openssl-1.1.1f.tar.gz', {
follow: 10,
output: openSslTarball,
});