diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2024-09-24 09:40:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:40:21 +0200 |
commit | 9f3b7cfd65d63c98c87d37236b83093be36420d3 (patch) | |
tree | 13164c9f4a4a647a44d2901ecdda2c9d2e179b0d /windows | |
parent | 2bf869ca594ccceca05985de648f7221e9848d37 (diff) |
Added ndpi_quick_encrypt() ndpi_quick_decrypt() APi calls (#2568)
* Added ndpi_quick_encrypt() ndpi_quick_decrypt(0 APi calls based on AES
* Added aes.c
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 603357a5c..9231a9ad5 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -221,6 +221,7 @@ <ClCompile Include="..\src\lib\third_party\src\shoco.c" /> <ClCompile Include="..\src\lib\third_party\src\kdtree.c" /> <ClCompile Include="..\src\lib\third_party\src\ball.c" /> + <ClCompile Include="..\src\lib\third_party\src\aes.c" /> <ClCompile Include="..\src\lib\protocols\armagetron.c" /> <ClCompile Include="..\src\lib\protocols\bgp.c" /> <ClCompile Include="..\src\lib\protocols\bittorrent.c" /> |