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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/md5.c b/src/microhttpd/md5.c
index 39b66185..05a2c9e6 100644
--- a/src/microhttpd/md5.c
+++ b/src/microhttpd/md5.c
@@ -46,6 +46,7 @@ MHD_MD5Init (void *ctx_)
46 ctx->state[3] = 0x10325476; 46 ctx->state[3] = 0x10325476;
47} 47}
48 48
49
49static void 50static void
50MD5Transform (uint32_t state[4], 51MD5Transform (uint32_t state[4],
51 const uint8_t block[MD5_BLOCK_SIZE]); 52 const uint8_t block[MD5_BLOCK_SIZE]);