Skip to content

Commit 10130b6

Browse files
committed
Bump OpenSSL to 1.1.1t
1 parent 4de604f commit 10130b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1s";
19+
const OPENSSL_VERSION = "1.1.1t";
2020
const win32BatPath = path.join(__dirname, "build-openssl.bat");
2121
const vendorPath = path.resolve(__dirname, "..", "vendor");
2222
const opensslPatchPath = path.join(vendorPath, "patches", "openssl");

0 commit comments

Comments
 (0)