mirror of
https://github.com/curl/curl.git
synced 2026-07-26 17:47:28 +03:00
version info: Added Kerberos V5 to the supported features
This commit is contained in:
parent
f28c856e33
commit
7599143dcc
5 changed files with 13 additions and 2 deletions
|
|
@ -2261,6 +2261,7 @@ typedef struct {
|
|||
#define CURL_VERSION_NTLM_WB (1<<15) /* NTLM delegating to winbind helper */
|
||||
#define CURL_VERSION_HTTP2 (1<<16) /* HTTP2 support built-in */
|
||||
#define CURL_VERSION_GSSAPI (1<<17) /* GSS-API is supported */
|
||||
#define CURL_VERSION_KERBEROS5 (1<<18) /* Kerberos V5 auth is supported */
|
||||
|
||||
/*
|
||||
* NAME curl_version_info()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue