diff options
Diffstat (limited to 'src/microhttpd/md5.h')
-rw-r--r-- | src/microhttpd/md5.h | 2 |
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 | */ |
55 | void | 57 | void |
56 | MHD_MD5Update (void *ctx_, | 58 | MHD_MD5Update (void *ctx_, |