We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b3b82 commit 29d3566Copy full SHA for 29d3566
test/addons/openssl-test-engine/test.js
@@ -53,10 +53,10 @@ if (hasEngineSupport) {
53
// OpenSSL 3.0.1 and 1.1.1m now throw errors if an engine is loaded again
54
// with a duplicate absolute path.
55
// TODO(richardlau): figure out why this fails on macOS but not Linux.
56
- // crypto.setEngine(engine);
+ crypto.setEngine(engine);
57
58
- // crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
59
+ crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
60
61
process.env.OPENSSL_ENGINES = execDir;
62
0 commit comments