mirror of
https://github.com/curl/curl.git
synced 2026-06-27 13:35:38 +03:00
docs: Use consistent naming for Kerberos
This commit is contained in:
parent
2e05db347e
commit
d54b551f6c
4 changed files with 7 additions and 7 deletions
|
|
@ -973,7 +973,7 @@ struct connectdata {
|
|||
char *te; /* TE: request header */
|
||||
} allocptr;
|
||||
|
||||
int sec_complete; /* if kerberos is enabled for this connection */
|
||||
int sec_complete; /* if Kerberos is enabled for this connection */
|
||||
#ifdef HAVE_GSSAPI
|
||||
enum protection_level command_prot;
|
||||
enum protection_level data_prot;
|
||||
|
|
@ -1573,7 +1573,7 @@ struct UserDefined {
|
|||
enum CURL_NETRC_OPTION
|
||||
use_netrc; /* defined in include/curl.h */
|
||||
bool verbose; /* output verbosity */
|
||||
bool krb; /* kerberos connection requested */
|
||||
bool krb; /* Kerberos connection requested */
|
||||
bool reuse_forbid; /* forbidden to be reused, close after use */
|
||||
bool reuse_fresh; /* do not re-use an existing connection */
|
||||
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue