mirror of
https://github.com/curl/curl.git
synced 2026-05-12 00:46:24 +03:00
sasl_gssapi: Added missing function description
This commit is contained in:
parent
af937c441b
commit
f4ca16058e
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue