1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Distinguish "openssl" from "ssl" (gnutls is also "ssl").

This commit is contained in:
Micah Cowan 2008-06-13 23:31:04 -07:00
parent ec0347c018
commit fe6ab90c73
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
2008-06-13 Micah Cowan <micah@cowan.name>
* build_info.c: ENABLE_NTLM, not HAVE_NTLM.
* build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
from "ssl".
2008-06-13 Madhusudan Hosaagrahara <com.gmail.hrmadhu>

View File

@ -90,9 +90,9 @@ const char* (compiled_features[]) =
#endif
#ifdef HAVE_LIBSSL
"+ssl",
"+openssl",
#else
"-ssl",
"-openssl",
#endif
#ifdef HAVE_GETTEXT