aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/basicauth.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:03 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:03 +0000
commit47bfec25d8fabfa4cc118e094a08101655d63d65 (patch)
treeaf48bae9a35149de4be1e8c09094c39334bde192 /src/microhttpd/basicauth.c
parent558572ec73c212b87ea999b0c0d2ed65900d82c2 (diff)
downloadlibmicrohttpd-47bfec25d8fabfa4cc118e094a08101655d63d65.tar.gz
libmicrohttpd-47bfec25d8fabfa4cc118e094a08101655d63d65.zip
Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,
removed "w32functions.h/.c"
Diffstat (limited to 'src/microhttpd/basicauth.c')
-rw-r--r--src/microhttpd/basicauth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c
index 9d116751..7acae6af 100644
--- a/src/microhttpd/basicauth.c
+++ b/src/microhttpd/basicauth.c
@@ -26,6 +26,7 @@
26#include <limits.h> 26#include <limits.h>
27#include "internal.h" 27#include "internal.h"
28#include "base64.h" 28#include "base64.h"
29#include "mhd_compat.h"
29 30
30/** 31/**
31 * Beginning string for any valid Basic authentication header. 32 * Beginning string for any valid Basic authentication header.