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:
parent
ec0347c018
commit
fe6ab90c73
@ -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>
|
||||
|
||||
|
@ -90,9 +90,9 @@ const char* (compiled_features[]) =
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBSSL
|
||||
"+ssl",
|
||||
"+openssl",
|
||||
#else
|
||||
"-ssl",
|
||||
"-openssl",
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GETTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user