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 c689558 commit 1cda329Copy full SHA for 1cda329
resources/main-template.cc
@@ -331,8 +331,10 @@ static int BoxednodeMain(std::vector<std::string> args) {
331
return exit_code;
332
}
333
#else
334
+#if OPENSSL_VERSION_MAJOR >= 3
335
if (args.size() > 1)
336
args.insert(args.begin() + 1, "--openssl-shared-config");
337
+#endif
338
auto result = node::InitializeOncePerProcess(args, {
339
node::ProcessInitializationFlags::kNoInitializeV8,
340
node::ProcessInitializationFlags::kNoInitializeNodeV8Platform,
0 commit comments