diff options
Diffstat (limited to 'src/microhttpd/md5.c')
-rw-r--r-- | src/microhttpd/md5.c | 1 |
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 | |||
49 | static void | 50 | static void |
50 | MD5Transform (uint32_t state[4], | 51 | MD5Transform (uint32_t state[4], |
51 | const uint8_t block[MD5_BLOCK_SIZE]); | 52 | const uint8_t block[MD5_BLOCK_SIZE]); |