diff -Nru node-v7.9.0.orig/src/node.cc node-v7.9.0/src/node.cc --- node-v7.9.0.orig/src/node.cc 2017-04-11 17:48:48.000000000 +0200 +++ node-v7.9.0/src/node.cc 2017-05-01 11:59:26.720412145 +0200 @@ -4220,8 +4220,10 @@ SafeGetenv("NODE_PRESERVE_SYMLINKS", &text) && text[0] == '1'; } +#if HAVE_OPENSSL if (openssl_config.empty()) SafeGetenv("OPENSSL_CONF", &openssl_config); +#endif // Parse a few arguments which are specific to Node. int v8_argc;