diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:16:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:16:07 +0000 |
commit | a7fd6f9007d6db205265792f6b00a1776ea9eb3e (patch) | |
tree | 42614a8dc8b3a64acb926e4c89678c5e44517693 /tests/data/test155 | |
parent | 8ed44e8dfbe2182696becc3ca8a9950888251503 (diff) | |
download | curl-a7fd6f9007d6db205265792f6b00a1776ea9eb3e.tar.gz |
require ssl since ntlm needs it
Diffstat (limited to 'tests/data/test155')
-rw-r--r-- | tests/data/test155 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test155 b/tests/data/test155 index 720ca29be..0e486a65e 100644 --- a/tests/data/test155 +++ b/tests/data/test155 @@ -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> |