mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
gssapi: Corrected typo in comments
This commit is contained in:
parent
7b29c2803f
commit
ee1d729ce0
1 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ extern gss_OID_desc Curl_spnego_mech_oid;
|
|||
extern gss_OID_desc Curl_krb5_mech_oid;
|
||||
|
||||
/* Common method for using GSS-API */
|
||||
|
||||
OM_uint32 Curl_gss_init_sec_context(
|
||||
struct SessionHandle *data,
|
||||
OM_uint32 *minor_status,
|
||||
|
|
@ -56,7 +55,7 @@ OM_uint32 Curl_gss_init_sec_context(
|
|||
const bool mutual_auth,
|
||||
OM_uint32 *ret_flags);
|
||||
|
||||
/* Helper to log a GSS - API error status */
|
||||
/* Helper to log a GSS-API error status */
|
||||
void Curl_gss_log_error(struct SessionHandle *data, OM_uint32 status,
|
||||
const char *prefix);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue