1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

require ssl since ntlm needs it

This commit is contained in:
Daniel Stenberg 2004-04-06 15:16:07 +00:00
parent 8ed44e8dfb
commit a7fd6f9007

View File

@ -63,6 +63,10 @@ Finally, this is the real page!
# Client-side
<client>
# NTLM only works if SSL-support is present
<features>
SSL
</features>
<server>
http
</server>