curl_gssapi: add a missing include of sendf.h
... to avoid build failure when GSS_C_DELEG_POLICY_FLAG is not defined. Reported by: Paul Howarth
This commit is contained in:
parent
a7864c41db
commit
ddf0b30ffd
@ -25,9 +25,10 @@
|
|||||||
#ifdef HAVE_GSSAPI
|
#ifdef HAVE_GSSAPI
|
||||||
|
|
||||||
#include "curl_gssapi.h"
|
#include "curl_gssapi.h"
|
||||||
|
#include "sendf.h"
|
||||||
|
|
||||||
OM_uint32 Curl_gss_init_sec_context(
|
OM_uint32 Curl_gss_init_sec_context(
|
||||||
const struct SessionHandle *data,
|
struct SessionHandle *data,
|
||||||
OM_uint32 * minor_status,
|
OM_uint32 * minor_status,
|
||||||
gss_ctx_id_t * context,
|
gss_ctx_id_t * context,
|
||||||
gss_name_t target_name,
|
gss_name_t target_name,
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
/* Common method for using gss api */
|
/* Common method for using gss api */
|
||||||
|
|
||||||
OM_uint32 Curl_gss_init_sec_context(
|
OM_uint32 Curl_gss_init_sec_context(
|
||||||
const struct SessionHandle *data,
|
struct SessionHandle *data,
|
||||||
OM_uint32 * minor_status,
|
OM_uint32 * minor_status,
|
||||||
gss_ctx_id_t * context,
|
gss_ctx_id_t * context,
|
||||||
gss_name_t target_name,
|
gss_name_t target_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user