Skip to content

Commit 10130b6

Browse files
committedFeb 7, 2023
Bump OpenSSL to 1.1.1t
1 parent 4de604f commit 10130b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utils/acquireOpenSSL.js

+1-1
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)
Please sign in to comment.