diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-05 00:09:06 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-05 00:10:11 +0000 |
commit | ee1d729ce07aabb854e7e307583339819e5d2e47 (patch) | |
tree | 0b3c5ca1fbdde9fe830ae9a5ab66e2cbf3d7e512 | |
parent | 7b29c2803f83f0d9908e251ebc605c725bfb14aa (diff) |
gssapi: Corrected typo in comments
-rw-r--r-- | lib/curl_gssapi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/curl_gssapi.h b/lib/curl_gssapi.h index aaab78461..35e4b2484 100644 --- a/lib/curl_gssapi.h +++ b/lib/curl_gssapi.h @@ -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); |