Skip to content
Snippets Groups Projects
Commit f4ca1605 authored by Steve Holme's avatar Steve Holme
Browse files

sasl_gssapi: Added missing function description

parent af937c44
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment