summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/libaxolotl.vcxproj
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-24 12:01:36 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-04-24 12:01:36 +0300
commit0b1150d20f49eb0ec82b57ab3fac727f346c0da0 (patch)
tree387c1d63df86419dd92f2c6adef701567c6bf91f /libs/libaxolotl/libaxolotl.vcxproj
parent0998b447f51c40d2300db7f673e080de20e8f0be (diff)
libs:
updated libsignal-c protocols: jabber: omemo: used 31bit device id instead of 32bit (32bit conflicts with conversations, not xep compliant)
Diffstat (limited to 'libs/libaxolotl/libaxolotl.vcxproj')
-rwxr-xr-xlibs/libaxolotl/libaxolotl.vcxproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/libs/libaxolotl/libaxolotl.vcxproj b/libs/libaxolotl/libaxolotl.vcxproj
index 1084049a5f..901ffbf3d4 100755
--- a/libs/libaxolotl/libaxolotl.vcxproj
+++ b/libs/libaxolotl/libaxolotl.vcxproj
@@ -51,5 +51,8 @@
<ClCompile Include="src\curve25519\ed25519\additions\*.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
- </ItemGroup>
-</Project> \ No newline at end of file
+ <ClCompile Include="src\curve25519\ed25519\additions\generalized\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
+</Project>