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 906ac356..d92a42ee 100644
--- a/src/microhttpd/md5.c
+++ b/src/microhttpd/md5.c
@@ -18,7 +18,7 @@
18/* Based on OpenBSD modifications */ 18/* Based on OpenBSD modifications */
19 19
20#include "md5.h" 20#include "md5.h"
21#include "MHD_byteorder.h" 21#include "mhd_byteorder.h"
22 22
23#define PUT_64BIT_LE(cp, value) do { \ 23#define PUT_64BIT_LE(cp, value) do { \
24 (cp)[7] = (uint8_t)((value) >> 56); \ 24 (cp)[7] = (uint8_t)((value) >> 56); \