]> granicus.if.org Git - curl/commitdiff
sasl: Corrected formatting of function descriptions
authorSteve Holme <steve_holme@hotmail.com>
Fri, 5 Dec 2014 07:48:16 +0000 (07:48 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 5 Dec 2014 07:57:29 +0000 (07:57 +0000)
lib/curl_sasl_gssapi.c
lib/curl_sasl_sspi.c

index 0f30803eb621020f7900eefbcfe88f562292e564..83e37a3669b740029ea4f12d176cf7725c98d63f 100644 (file)
@@ -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;
index 30d019b59fa64633b9cea19d1fae4543d0132524..0509b7555c57577b428cfd85b72ee3111b282b54 100644 (file)
@@ -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 */