Commit 3e5a3267 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support

is no longer only present when built with SSL support.
parent d34f32b3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -43,9 +43,8 @@ Finally, this is the real page!

# Client-side
<client>
# NTLM only works if SSL-support is present
<features>
SSL
NTLM
</features>
<server>
http
+1 −2
Original line number Diff line number Diff line
@@ -63,9 +63,8 @@ Finally, this is the real page!

# Client-side
<client>
# NTLM only works if SSL-support is present
<features>
SSL
NTLM
</features>
<server>
http
+1 −2
Original line number Diff line number Diff line
@@ -43,9 +43,8 @@ Finally, this is the real page!

# Client-side
<client>
# NTLM only works if SSL-support is present
<features>
SSL
NTLM
</features>
<server>
http
+1 −2
Original line number Diff line number Diff line
@@ -14,9 +14,8 @@ isn't because there's no Proxy-Authorization: NTLM header

# Client-side
<client>
# NTLM only works if SSL-support is present
<features>
SSL
NTLM
</features>
<server>
http
+1 −2
Original line number Diff line number Diff line
@@ -64,9 +64,8 @@ Welcome to the end station
<server>
http
</server>
# NTLM only works if we are built with SSL
<features>
SSL
NTLM
</features>
 <name>
HTTP with proxy-requiring-NTLM to site-requiring-Digest
Loading