summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-03-21 08:13:14 -0400
committerJeffrey Walton <noloader@gmail.com>2019-03-21 08:13:14 -0400
commit9f8017a276be7649f6e5782c90034172a4e4b2e5 (patch)
treec9c2b895792cb843f72b82fe7ac838ad91b0e650 /cryptdll.vcxproj
parentfc3b16e3a39ddd782a9787d7cd904b93728966f4 (diff)
downloadcryptopp-git-9f8017a276be7649f6e5782c90034172a4e4b2e5.tar.gz
Fix missing GF2NT_233_Multiply_Reduce_CLMUL in the cursed DLL (GH #783)
This should have been checked-in during GH #783 and PR #784. I think there was one mailing list message about missing symbols GF2NT_233_Multiply_Reduce_CLMUL and GF2NT_233_Square_Reduce_CLMUL. I missed it when attempting to reproduce the issue. I can duplicate it now using VS2013. I think the addition of CRYPTOPP_DLL caused the issue to surface.
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 88360ed5..2a65a6b9 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -212,6 +212,7 @@
<ClCompile Include="gcm.cpp" />
<ClCompile Include="gcm_simd.cpp" />
<ClCompile Include="gf2n.cpp" />
+ <ClCompile Include="gf2n_simd.cpp" />
<ClCompile Include="gfpcrypt.cpp" />
<ClCompile Include="hex.cpp" />
<ClCompile Include="hmac.cpp" />