aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-18 12:08:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-20 13:12:21 +0300
commitefaa0a6226f7be70f3d7c71f5c4394f2d2306993 (patch)
treeca0cfdd9709fe6f3202ef9fa6c3c743084f3f677 /w32/common
parent223013b2e70dfcf4f2fe529224fec10ee5272aa2 (diff)
downloadlibmicrohttpd-efaa0a6226f7be70f3d7c71f5c4394f2d2306993.tar.gz
libmicrohttpd-efaa0a6226f7be70f3d7c71f5c4394f2d2306993.zip
Created digestauth.h header
Diffstat (limited to 'w32/common')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj1
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj3
2 files changed, 4 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index 1a662755..2fa2debc 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -34,6 +34,7 @@
34 <ClInclude Include="$(MhdSrc)microhttpd\base64.h" /> 34 <ClInclude Include="$(MhdSrc)microhttpd\base64.h" />
35 <ClInclude Include="$(MhdSrc)microhttpd\basicauth.h" /> 35 <ClInclude Include="$(MhdSrc)microhttpd\basicauth.h" />
36 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" /> 36 <ClInclude Include="$(MhdSrc)microhttpd\connection.h" />
37 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" />
37 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> 38 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
38 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
39 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index f91d860d..684f8beb 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -49,6 +49,9 @@
49 <ClInclude Include="$(MhdSrc)microhttpd\connection.h"> 49 <ClInclude Include="$(MhdSrc)microhttpd\connection.h">
50 <Filter>Internal Headers</Filter> 50 <Filter>Internal Headers</Filter>
51 </ClInclude> 51 </ClInclude>
52 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h">
53 <Filter>Internal Headers</Filter>
54 </ClInclude>
52 <ClInclude Include="$(MhdSrc)microhttpd\internal.h"> 55 <ClInclude Include="$(MhdSrc)microhttpd\internal.h">
53 <Filter>Internal Headers</Filter> 56 <Filter>Internal Headers</Filter>
54 </ClInclude> 57 </ClInclude>