aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/md5.h')
-rw-r--r--src/microhttpd/md5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/md5.h b/src/microhttpd/md5.h
index 7d522254..71cb29f3 100644
--- a/src/microhttpd/md5.h
+++ b/src/microhttpd/md5.h
@@ -123,4 +123,9 @@ void
123MHD_MD5_finish (struct Md5Ctx *ctx, 123MHD_MD5_finish (struct Md5Ctx *ctx,
124 uint8_t digest[MD5_DIGEST_SIZE]); 124 uint8_t digest[MD5_DIGEST_SIZE]);
125 125
126/**
127 * Indicates that function MHD_MD5_finish() (without context reset) is available
128 */
129#define MHD_MD5_HAS_FINISH 1
130
126#endif /* MHD_MD5_H */ 131#endif /* MHD_MD5_H */