diff --git a/src/node.cc b/src/node.cc index 8b061d7f401c2b..ed46dd3cb3a2f7 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3777,7 +3777,7 @@ static void ParseArgs(int* argc, #if HAVE_OPENSSL bool use_bundled_ca = false; bool use_openssl_ca = false; -#endif // HAVE_INSPECTOR +#endif // HAVE_OPENSSL for (unsigned int i = 0; i < nargs; ++i) { new_exec_argv[i] = nullptr;