Skip to content

Commit

Permalink
sasl: Corrected formatting of function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Dec 5, 2014
1 parent f4ca160 commit aa0e2ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions lib/curl_sasl_gssapi.c
Expand Up @@ -333,15 +333,15 @@ CURLcode Curl_sasl_create_gssapi_security_message(struct SessionHandle *data,
}

/*
* 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.
*
*/
* 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
18 changes: 9 additions & 9 deletions lib/curl_sasl_sspi.c
Expand Up @@ -1168,15 +1168,15 @@ CURLcode Curl_sasl_create_gssapi_security_message(struct SessionHandle *data,
}

/*
* 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.
*
*/
* 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)
{
/* Free our security context */
Expand Down

0 comments on commit aa0e2ac

Please sign in to comment.