summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/libotr_10.vcxproj
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
committerRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
commit1f7e069bda342dff43e2224060f10fcb098ea62a (patch)
treea12ec12d646a4e3a7c97e062a3c8aa7730e4f6d4 /plugins/MirOTR/libotr/libotr_10.vcxproj
parent52c68e0b3cf78f578da1754fbd6589d1936804f9 (diff)
MirOTR: major update to latest libotr 4, with OTR protocol 3 (backwards compatible to 2 and 1, 1 is disabled by default)
NOTE: doesn't build yet, just new libotr without required changes to MirOTR itself git-svn-id: http://svn.miranda-ng.org/main/trunk@12502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr/libotr_10.vcxproj')
-rw-r--r--plugins/MirOTR/libotr/libotr_10.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirOTR/libotr/libotr_10.vcxproj b/plugins/MirOTR/libotr/libotr_10.vcxproj
index ed769ffd25..9a22e152cf 100644
--- a/plugins/MirOTR/libotr/libotr_10.vcxproj
+++ b/plugins/MirOTR/libotr/libotr_10.vcxproj
@@ -133,7 +133,9 @@
<ClCompile Include="src\auth.c" />
<ClCompile Include="src\b64.c" />
<ClCompile Include="src\context.c" />
+ <ClCompile Include="src\context_priv.c" />
<ClCompile Include="src\dh.c" />
+ <ClCompile Include="src\instag.c" />
<ClCompile Include="src\mem.c" />
<ClCompile Include="src\message.c" />
<ClCompile Include="src\privkey.c" />
@@ -146,7 +148,9 @@
<ClInclude Include="src\auth.h" />
<ClInclude Include="src\b64.h" />
<ClInclude Include="src\context.h" />
+ <ClInclude Include="src\context_priv.h" />
<ClInclude Include="src\dh.h" />
+ <ClInclude Include="src\instag.h" />
<ClInclude Include="src\mem.h" />
<ClInclude Include="src\message.h" />
<ClInclude Include="src\privkey-t.h" />