Skip to content

Commit f700bb6

Browse files
committed
Bump OpenSSL to 1.1.1s
1 parent 2cc0e38 commit f700bb6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

utils/acquireOpenSSL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const pipeline = promisify(stream.pipeline);
1616

1717
const packageJson = require('../package.json')
1818

19-
const OPENSSL_VERSION = "1.1.1q";
19+
const OPENSSL_VERSION = "1.1.1s";
2020
const win32BatPath = path.join(__dirname, "build-openssl.bat");
2121
const vendorPath = path.resolve(__dirname, "..", "vendor");
2222
const opensslPatchPath = path.join(vendorPath, "patches", "openssl");

vendor/patches/openssl/002-all-fix_test_compilation.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)