mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
sasl: Corrected formatting of function descriptions
This commit is contained in:
parent
f4ca16058e
commit
aa0e2ac451
@ -333,15 +333,15 @@ CURLcode Curl_sasl_create_gssapi_security_message(struct SessionHandle *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_sasl_gssapi_cleanup()
|
* Curl_sasl_gssapi_cleanup()
|
||||||
*
|
*
|
||||||
* This is used to clean up the gssapi specific data.
|
* This is used to clean up the gssapi specific data.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
*
|
*
|
||||||
* krb5 [in/out] - The kerberos 5 data struct being cleaned up.
|
* krb5 [in/out] - The kerberos 5 data struct being cleaned up.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
|
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
|
||||||
{
|
{
|
||||||
OM_uint32 minor_status;
|
OM_uint32 minor_status;
|
||||||
|
@ -1168,15 +1168,15 @@ CURLcode Curl_sasl_create_gssapi_security_message(struct SessionHandle *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_sasl_gssapi_cleanup()
|
* Curl_sasl_gssapi_cleanup()
|
||||||
*
|
*
|
||||||
* This is used to clean up the gssapi specific data.
|
* This is used to clean up the gssapi specific data.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
*
|
*
|
||||||
* krb5 [in/out] - The kerberos 5 data struct being cleaned up.
|
* krb5 [in/out] - The kerberos 5 data struct being cleaned up.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
|
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
|
||||||
{
|
{
|
||||||
/* Free our security context */
|
/* Free our security context */
|
||||||
|
Loading…
Reference in New Issue
Block a user