diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2023-12-23 10:47:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 10:47:28 +0100 |
commit | 99d48383286fbb865ab58db5e5f768d8ed14f41e (patch) | |
tree | b76de4e166329667b1db41896f2f28508c5d1be4 /windows | |
parent | f2be9722242880fb9bff3be31d59dae6a25a8690 (diff) |
New ndpi_sha256() nDPI API call (#2230)
* Added ndpi_sha256.c to the Windows project
* Added ndpi_sha256() nDPI API call
Diffstat (limited to 'windows')
-rw-r--r-- | windows/nDPI.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index cde56e680..9ae8db90a 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -356,6 +356,7 @@ <ClCompile Include="..\src\lib\third_party\src\ndpi_md5.c" /> <ClCompile Include="..\src\lib\third_party\src\ndpi_patricia.c" /> <ClCompile Include="..\src\lib\third_party\src\ndpi_sha1.c" /> + <ClCompile Include="..\src\lib\third_party\src\ndpi_sha256.c" /> <ClCompile Include="..\src\lib\third_party\src\sha1-fast.c" /> <ClCompile Include="..\src\lib\third_party\src\strptime.c" /> <ClCompile Include="..\src\lib\third_party\src\hll\MurmurHash3.c" /> |