aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c
index 788f3e9d1..5da46665b 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -253,7 +253,11 @@ static curl_version_info_data version_info = {
#ifdef USE_SPNEGO
| CURL_VERSION_SPNEGO
#endif
+#ifdef USE_KRB5
+ | CURL_VERSION_KERBEROS5
+#endif
#ifdef HAVE_GSSAPI
+ | CURL_VERSION_KERBEROS5 /* Remove when SASL Kerberos V5 support added */
| CURL_VERSION_GSSAPI
#endif
#ifdef USE_WINDOWS_SSPI