aboutsummaryrefslogtreecommitdiff
path: root/w32/common/libmicrohttpd-files.vcxproj
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-24 20:13:16 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-25 18:40:50 +0300
commit172b0eeb45e771ca0df56697bcfb581cc8a96a88 (patch)
tree977a836a5046ee32eb1c957d923a3567ee61bdb9 /w32/common/libmicrohttpd-files.vcxproj
parent281b22da0e60e642a5ad528e5a25ff7ae9b2d7ed (diff)
downloadlibmicrohttpd-172b0eeb45e771ca0df56697bcfb581cc8a96a88.tar.gz
libmicrohttpd-172b0eeb45e771ca0df56697bcfb581cc8a96a88.zip
Implemented support for hash calculation by GnuTLS lib functions
Diffstat (limited to 'w32/common/libmicrohttpd-files.vcxproj')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index 1818f0df..c78a2c7c 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -38,7 +38,9 @@
38 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" /> 38 <ClInclude Include="$(MhdSrc)microhttpd\digestauth.h" />
39 <ClInclude Include="$(MhdSrc)microhttpd\gen_auth.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\gen_auth.h" />
40 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\internal.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_md5_wrap.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" /> 42 <ClInclude Include="$(MhdSrc)microhttpd\md5.h" />
43 <ClInclude Include="$(MhdSrc)microhttpd\mhd_sha256_wrap.h" />
42 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" /> 44 <ClInclude Include="$(MhdSrc)microhttpd\sha256.h" />
43 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" /> 45 <ClInclude Include="$(MhdSrc)microhttpd\memorypool.h" />
44 <ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" /> 46 <ClInclude Include="$(MhdSrc)microhttpd\mhd_assert.h" />