We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2767eba commit 034ba73Copy full SHA for 034ba73
src/node.cc
@@ -2729,12 +2729,14 @@ void ProcessArgv(std::vector<std::string>* args,
2729
exit(9);
2730
}
2731
2732
+#if HAVE_OPENSSL
2733
if (per_process_opts->use_openssl_ca && per_process_opts->use_bundled_ca) {
2734
fprintf(stderr, "%s: either --use-openssl-ca or --use-bundled-ca can be "
2735
"used, not both\n",
2736
args->at(0).c_str());
2737
2738
2739
+#endif
2740
2741
if (std::find(v8_args.begin(), v8_args.end(),
2742
"--abort-on-uncaught-exception") != v8_args.end() ||
0 commit comments