aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-11 15:10:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-11 15:10:36 +0000
commit84bc23b92f3e22722b965ae460ca8d3413293d3b (patch)
tree36f86547e18679039fee3da17480b5ca19121888 /CHANGES
parentd90472dd645429d0b016f0b30dcf889a25aa1240 (diff)
curl_version_info() returns the feature bit CURL_VERSION_SSPI
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d686399b..031749f2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@
Daniel (11 March 2005)
+- curl_version_info() returns the feature bit CURL_VERSION_SSPI if it was
+ built with SSPI support.
+
- Christopher R. Palmer made it possible to build libcurl with the
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the
native way to do NTLM. SSPI also allows libcurl to pass on the current user