mirror of
https://github.com/curl/curl.git
synced 2026-04-22 18:22:29 +03:00
urldata: Don't define sec_complete when no GSS-API support present
This variable is only used with HAVE_GSSAPI is defined by the FTP code so let's place the definition with the other GSS-API based variables.
This commit is contained in:
parent
d54b551f6c
commit
2e16100609
1 changed files with 1 additions and 1 deletions
|
|
@ -973,8 +973,8 @@ struct connectdata {
|
|||
char *te; /* TE: request header */
|
||||
} allocptr;
|
||||
|
||||
int sec_complete; /* if Kerberos is enabled for this connection */
|
||||
#ifdef HAVE_GSSAPI
|
||||
int sec_complete; /* if Kerberos is enabled for this connection */
|
||||
enum protection_level command_prot;
|
||||
enum protection_level data_prot;
|
||||
enum protection_level request_data_prot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue