Skip to content

Commit 29d3566

Browse files
committed
macos
1 parent f3b3b82 commit 29d3566

File tree

1 file changed

+3
-3
lines changed
  • test/addons/openssl-test-engine

1 file changed

+3
-3
lines changed

test/addons/openssl-test-engine/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ if (hasEngineSupport) {
5353
// OpenSSL 3.0.1 and 1.1.1m now throw errors if an engine is loaded again
5454
// with a duplicate absolute path.
5555
// TODO(richardlau): figure out why this fails on macOS but not Linux.
56-
// crypto.setEngine(engine);
56+
crypto.setEngine(engine);
5757

58-
// crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
59-
// crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
58+
crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
59+
crypto.setEngine(engine, crypto.constants.ENGINE_METHOD_RSA);
6060

6161
process.env.OPENSSL_ENGINES = execDir;
6262

0 commit comments

Comments
 (0)