aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c
index e82eacf59..34741bb2b 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -196,7 +196,10 @@ static curl_version_info_data version_info = {
| CURL_VERSION_SSL
#endif
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI)
- | CURL_VERSION_NTLM /* since this requires OpenSSL */
+ | CURL_VERSION_NTLM
+#endif
+#ifdef USE_WINDOWS_SSPI
+ | CURL_VERSION_SSPI
#endif
#ifdef HAVE_LIBZ
| CURL_VERSION_LIBZ