Skip to content

Commit

Permalink
sasl_gssapi: Added missing function description
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Dec 5, 2014
1 parent af937c4 commit f4ca160
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/curl_sasl_gssapi.c
Expand Up @@ -332,6 +332,16 @@ CURLcode Curl_sasl_create_gssapi_security_message(struct SessionHandle *data,
return result;
}

/*
* Curl_sasl_gssapi_cleanup()
*
* This is used to clean up the gssapi specific data.
*
* Parameters:
*
* krb5 [in/out] - The kerberos 5 data struct being cleaned up.
*
*/
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
{
OM_uint32 minor_status;
Expand Down

0 comments on commit f4ca160

Please sign in to comment.