Commit f4ca1605 authored by Steve Holme's avatar Steve Holme
Browse files

sasl_gssapi: Added missing function description

parent af937c44
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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;