src/cipher.h

changeset 12389
7196ba664097
parent 12388
3a25d96abdaf
child 13699
a062dca0945e
--- a/src/cipher.h	Wed Dec 07 10:38:52 2005 +0000
+++ b/src/cipher.h	Wed Dec 07 11:01:49 2005 +0000
@@ -419,8 +419,7 @@
  * @param method            The HTTP method in use
  * @param digest_uri        The URI from the initial request
  * @param qop               The "quality of protection"
- * @param hashed_entity     The hashed entity body
- * @param hashed_entity_len The length of the data in @a hashed_entity
+ * @param entity            The entity body
  * @param nonce             The nonce provided by the server
  * @param nonce_count       The nonce count
  * @param client_nonce      The nonce provided by the client
@@ -431,9 +430,9 @@
 gchar *gaim_cipher_http_digest_calculate_response(
 		const gchar *algorithm, const gchar *method,
 		const gchar *digest_uri, const gchar *qop,
-		const gchar *hashed_entity, size_t hashed_entity_len,
-		const gchar *nonce, const gchar *nonce_count,
-		const gchar *client_nonce, const gchar *session_key);
+		const gchar *entity, const gchar *nonce,
+		const gchar *nonce_count, const gchar *client_nonce,
+		const gchar *session_key);
 
 /*@}*/
 

mercurial