diff --git a/src/node.cc b/src/node.cc index a2698f12bccbe0..0b3c3acf30d239 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3043,7 +3043,9 @@ static void ParseArgs(int* argc, SSL3_ENABLE = true; #endif } else if (strcmp(arg, "--allow-insecure-server-dhparam") == 0) { +#if HAVE_OPENSSL ALLOW_INSECURE_SERVER_DHPARAM = true; +#endif } else if (strcmp(arg, "--help") == 0 || strcmp(arg, "-h") == 0) { PrintHelp(); exit(0);