We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de604f commit 10130b6Copy full SHA for 10130b6
utils/acquireOpenSSL.js
@@ -16,7 +16,7 @@ const pipeline = promisify(stream.pipeline);
16
17
const packageJson = require('../package.json')
18
19
-const OPENSSL_VERSION = "1.1.1s";
+const OPENSSL_VERSION = "1.1.1t";
20
const win32BatPath = path.join(__dirname, "build-openssl.bat");
21
const vendorPath = path.resolve(__dirname, "..", "vendor");
22
const opensslPatchPath = path.join(vendorPath, "patches", "openssl");
0 commit comments