aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/md5.c')
-rw-r--r--src/microhttpd/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/md5.c b/src/microhttpd/md5.c
index 4d747c18..a9e52935 100644
--- a/src/microhttpd/md5.c
+++ b/src/microhttpd/md5.c
@@ -96,7 +96,7 @@ MD5Pad (struct MD5Context *ctx)
96 */ 96 */
97void 97void
98MD5Final (void *ctx_, 98MD5Final (void *ctx_,
99 unsigned char digest[MD5_DIGEST_SIZE]) 99 uint8_t digest[MD5_DIGEST_SIZE])
100{ 100{
101 struct MD5Context *ctx = ctx_; 101 struct MD5Context *ctx = ctx_;
102 int i; 102 int i;