diff --git a/src/node.cc b/src/node.cc index 25cfc428987e15..88550f7a414e58 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3054,7 +3054,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);