aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/md5.h')
-rw-r--r--src/microhttpd/md5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/md5.h b/src/microhttpd/md5.h
index 14cee305..239cf664 100644
--- a/src/microhttpd/md5.h
+++ b/src/microhttpd/md5.h
@@ -51,6 +51,8 @@ MHD_MD5Init (void *ctx_);
51 * of bytes. 51 * of bytes.
52 * 52 *
53 * @param ctx_ must be a `struct MD5Context *` 53 * @param ctx_ must be a `struct MD5Context *`
54 * @param input bytes to add to hash
55 * @param len the number of bytes in @a data
54 */ 56 */
55void 57void
56MHD_MD5Update (void *ctx_, 58MHD_MD5Update (void *ctx_,