summaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-06-11 22:58:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 22:58:39 +0200
commitaf0888aaf6b444388d9b2770e310e9ef48354515 (patch)
tree34931ab97244cc63183c731c0d8816b6d95e53eb /lib/version.c
parent9c18bb3702419610fa4400a674f228205931c5c1 (diff)
downloadgnurl-af0888aaf6b444388d9b2770e310e9ef48354515.tar.gz
gnurl-af0888aaf6b444388d9b2770e310e9ef48354515.tar.bz2
gnurl-af0888aaf6b444388d9b2770e310e9ef48354515.zip
Revert: 634f7cfee40d4658 partially
Make sure CURL_VERSION_SSPI is present and works as in previous releases for ABI and API compatibility reasons.
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 2a2c5c0d2..9f9fc78b1 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -262,6 +262,9 @@ static curl_version_info_data version_info = {
#if defined(USE_NTLM) && defined(NTLM_WB_ENABLED)
| CURL_VERSION_NTLM_WB
#endif
+#ifdef USE_WINDOWS_SSPI
+ | CURL_VERSION_SSPI
+#endif
#ifdef HAVE_LIBZ
| CURL_VERSION_LIBZ
#endif