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 e546eda commit cf20473Copy full SHA for cf20473
test/addons/openssl-test-engine/test.js
@@ -31,6 +31,12 @@ crypto.setEngine('dynamic');
31
crypto.setEngine('dynamic', crypto.constants.ENGINE_METHOD_RSA);
32
33
34
+const engine = path.join(__dirname,
35
+ `/build/${common.buildType}/testsetengine.engine`);
36
+
37
+if (!fs.existsSync(engine))
38
+ common.skip('no engine');
39
40
{
41
const engineId = path.parse(engine).name;
42
const execDir = path.parse(engine).dir;
0 commit comments