]> sjero.net Git - wget/blobdiff - src/build_info.c
Dependency improvements (but still needs some work).
[wget] / src / build_info.c
index 1ac682a75be9b7a313f7555e5fbc2cd779a38e53..ee843ce9ebb5426874253839316305835d89653b 100644 (file)
@@ -30,7 +30,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include "config.h"
+#include "wget.h"
 #include <stdio.h>
 
 char *system_wgetrc = SYSTEM_WGETRC;
@@ -90,9 +90,9 @@ const char* (compiled_features[]) =
 #endif
 
 #ifdef HAVE_LIBSSL
-  "+ssl",
+  "+openssl",
 #else
-  "-ssl",
+  "-openssl",
 #endif
 
 #ifdef HAVE_GETTEXT