diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-05 07:48:16 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-05 07:57:29 +0000 |
commit | aa0e2ac45190acadf29e6ba764f4135d29ccc503 (patch) | |
tree | 6bb02d7e43d1afaeb79cafdd78b4c7c350e44412 | |
parent | f4ca16058e9e63e7d1cbdf714bc60c03aba3254c (diff) | |
download | curl-aa0e2ac45190acadf29e6ba764f4135d29ccc503.tar.gz |
sasl: Corrected formatting of function descriptions
-rw-r--r-- | lib/curl_sasl_gssapi.c | 18 | ||||
-rw-r--r-- | lib/curl_sasl_sspi.c | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/lib/curl_sasl_gssapi.c b/lib/curl_sasl_gssapi.c index 0f30803eb..83e37a366 100644 --- a/lib/curl_sasl_gssapi.c +++ b/lib/curl_sasl_gssapi.c @@ -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; diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 30d019b59..0509b7555 100644 --- a/lib/curl_sasl_sspi.c +++ b/lib/curl_sasl_sspi.c @@ -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 */ |