aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r--src/microhttpd/mhd_str.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 7fdb6f13..1732c609 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -1387,6 +1387,7 @@ MHD_bin_to_hex (const void *bin,
1387} 1387}
1388 1388
1389 1389
1390#ifdef DAUTH_SUPPORT
1390bool 1391bool
1391MHD_str_equal_quoted_bin_n (const char *quoted, 1392MHD_str_equal_quoted_bin_n (const char *quoted,
1392 size_t quoted_len, 1393 size_t quoted_len,
@@ -1440,3 +1441,6 @@ MHD_str_unquote (const char *quoted,
1440 } 1441 }
1441 return w; 1442 return w;
1442} 1443}
1444
1445
1446#endif /* DAUTH_SUPPORT */