diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-20 12:32:29 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-20 12:32:29 +0000 |
commit | 539705d58fc39a28388ff18c695dd406f4ffd1d9 (patch) | |
tree | 51db7a37a66c09f41734ba5573d972aae9f30d71 /plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj | |
parent | 90171f125f36488dc08f5cfe0b0d4b78d995f08d (diff) |
MirOTR: Libgcrypt and Libgpg-error update
Libgcrypt 1.4.6 => 1.6.3
Libgpg-error 1.9 => 1.18
git-svn-id: http://svn.miranda-ng.org/main/trunk@12449 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj | 57 |
1 files changed, 55 insertions, 2 deletions
diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj index 406b566074..a643e2d827 100644 --- a/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_10.vcxproj @@ -126,36 +126,66 @@ </Lib>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="cipher\ac.c" />
<ClCompile Include="cipher\arcfour.c" />
<ClCompile Include="cipher\blowfish.c" />
<ClCompile Include="cipher\camellia-glue.c" />
<ClCompile Include="cipher\camellia.c" />
<ClCompile Include="cipher\cast5.c" />
+ <ClCompile Include="cipher\cipher-aeswrap.c" />
+ <ClCompile Include="cipher\cipher-cbc.c" />
+ <ClCompile Include="cipher\cipher-ccm.c" />
+ <ClCompile Include="cipher\cipher-cfb.c" />
+ <ClCompile Include="cipher\cipher-cmac.c" />
+ <ClCompile Include="cipher\cipher-ctr.c" />
+ <ClCompile Include="cipher\cipher-gcm.c" />
+ <ClCompile Include="cipher\cipher-ofb.c" />
+ <ClCompile Include="cipher\cipher-selftest.c" />
<ClCompile Include="cipher\cipher.c" />
<ClCompile Include="cipher\crc.c" />
<ClCompile Include="cipher\des.c" />
+ <ClCompile Include="cipher\dsa-common.c" />
<ClCompile Include="cipher\dsa.c" />
+ <ClCompile Include="cipher\ecc-curves.c" />
+ <ClCompile Include="cipher\ecc-ecdsa.c" />
+ <ClCompile Include="cipher\ecc-eddsa.c" />
+ <ClCompile Include="cipher\ecc-gost.c" />
+ <ClCompile Include="cipher\ecc-misc.c" />
<ClCompile Include="cipher\ecc.c" />
<ClCompile Include="cipher\elgamal.c" />
+ <ClCompile Include="cipher\gost28147.c" />
+ <ClCompile Include="cipher\gostr3411-94.c" />
<ClCompile Include="cipher\hash-common.c" />
<ClCompile Include="cipher\hmac-tests.c" />
+ <ClCompile Include="cipher\idea.c" />
+ <ClCompile Include="cipher\kdf.c" />
+ <ClCompile Include="cipher\mac-cmac.c" />
+ <ClCompile Include="cipher\mac-gmac.c" />
+ <ClCompile Include="cipher\mac-hmac.c" />
+ <ClCompile Include="cipher\mac.c" />
<ClCompile Include="cipher\md.c" />
<ClCompile Include="cipher\md4.c" />
<ClCompile Include="cipher\md5.c" />
<ClCompile Include="cipher\primegen.c" />
+ <ClCompile Include="cipher\pubkey-util.c" />
<ClCompile Include="cipher\pubkey.c" />
<ClCompile Include="cipher\rfc2268.c" />
<ClCompile Include="cipher\rijndael.c" />
<ClCompile Include="cipher\rmd160.c" />
+ <ClCompile Include="cipher\rsa-common.c" />
<ClCompile Include="cipher\rsa.c" />
+ <ClCompile Include="cipher\salsa20.c" />
+ <ClCompile Include="cipher\scrypt.c" />
<ClCompile Include="cipher\seed.c" />
<ClCompile Include="cipher\serpent.c" />
<ClCompile Include="cipher\sha1.c" />
<ClCompile Include="cipher\sha256.c" />
<ClCompile Include="cipher\sha512.c" />
+ <ClCompile Include="cipher\stribog.c" />
+ <ClCompile Include="cipher\tiger.c" />
<ClCompile Include="cipher\twofish.c" />
<ClCompile Include="cipher\whirlpool.c" />
+ <ClCompile Include="compat\compat.c" />
+ <ClCompile Include="mpi\ec-ed25519.c" />
<ClCompile Include="mpi\ec.c" />
<ClCompile Include="mpi\mpi-add.c" />
<ClCompile Include="mpi\mpi-bit.c" />
@@ -182,37 +212,55 @@ <ClCompile Include="mpi\generic\mpih-sub1.c" />
<ClCompile Include="mpi\generic\udiv-w-sdiv.c" />
<ClCompile Include="src\ath.c" />
+ <ClCompile Include="src\context.c" />
<ClCompile Include="src\fips.c" />
<ClCompile Include="src\global.c" />
<ClCompile Include="src\hmac256.c" />
+ <ClCompile Include="src\hwf-x86.c" />
<ClCompile Include="src\hwfeatures.c" />
<ClCompile Include="src\misc.c" />
<ClCompile Include="src\missing-string.c" />
- <ClCompile Include="src\module.c" />
<ClCompile Include="src\secmem.c" />
<ClCompile Include="src\sexp.c" />
<ClCompile Include="src\stdmem.c" />
<ClCompile Include="src\visibility.c" />
<ClCompile Include="random\random-csprng.c" />
<ClCompile Include="random\random-fips.c" />
+ <ClCompile Include="random\random-system.c" />
<ClCompile Include="random\random.c" />
<ClCompile Include="random\rndhw.c" />
<ClCompile Include="random\rndw32.c" />
<ClCompile Include="..\Libgpg-error\code-from-errno.c" />
<ClCompile Include="..\Libgpg-error\code-to-errno.c" />
+ <ClCompile Include="..\Libgpg-error\estream-printf.c" />
+ <ClCompile Include="..\Libgpg-error\estream.c" />
<ClCompile Include="..\Libgpg-error\init.c" />
<ClCompile Include="..\Libgpg-error\mkerrcodes.c" />
<ClCompile Include="..\Libgpg-error\strerror-sym.c" />
<ClCompile Include="..\Libgpg-error\strerror.c" />
<ClCompile Include="..\Libgpg-error\strsource-sym.c" />
<ClCompile Include="..\Libgpg-error\strsource.c" />
+ <ClCompile Include="..\Libgpg-error\version.c" />
+ <ClCompile Include="..\Libgpg-error\visibility.c" />
+ <ClCompile Include="..\Libgpg-error\w32-gettext.c" />
+ <ClCompile Include="..\Libgpg-error\w32-lock.c" />
+ <ClCompile Include="..\Libgpg-error\w32-thread.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="cipher\bithelp.h" />
<ClInclude Include="cipher\camellia.h" />
+ <ClInclude Include="cipher\cipher-internal.h" />
+ <ClInclude Include="cipher\cipher-selftest.h" />
+ <ClInclude Include="cipher\gost.h" />
+ <ClInclude Include="cipher\ecc-common.h" />
<ClInclude Include="cipher\hash-common.h" />
+ <ClInclude Include="cipher\kdf-internal.h" />
+ <ClInclude Include="cipher\mac-internal.h" />
+ <ClInclude Include="cipher\pubkey-internal.h" />
<ClInclude Include="cipher\rijndael-tables.h" />
<ClInclude Include="cipher\rmd.h" />
+ <ClInclude Include="compat\libcompat.h" />
+ <ClInclude Include="mpi\ec-internal.h" />
<ClInclude Include="mpi\longlong.h" />
<ClInclude Include="mpi\mod-source-info.h" />
<ClInclude Include="mpi\mpi-asm-defs.h" />
@@ -222,10 +270,12 @@ <ClInclude Include="src\ath.h" />
<ClInclude Include="src\cipher-proto.h" />
<ClInclude Include="src\cipher.h" />
+ <ClInclude Include="src\context.h" />
<ClInclude Include="src\g10lib.h" />
<ClInclude Include="src\gcrypt-module.h" />
<ClInclude Include="src\gcrypt.h" />
<ClInclude Include="src\hmac256.h" />
+ <ClInclude Include="src\hwf-common.h" />
<ClInclude Include="src\mpi.h" />
<ClInclude Include="src\secmem.h" />
<ClInclude Include="src\stdmem.h" />
@@ -241,10 +291,13 @@ <ClInclude Include="..\Libgpg-error\err-sources-sym.h" />
<ClInclude Include="..\Libgpg-error\err-sources.h" />
<ClInclude Include="..\Libgpg-error\errnos-sym.h" />
+ <ClInclude Include="..\Libgpg-error\estream-printf.h" />
<ClInclude Include="..\Libgpg-error\gettext.h" />
<ClInclude Include="..\Libgpg-error\gpg-error.h" />
<ClInclude Include="..\Libgpg-error\init.h" />
<ClInclude Include="..\Libgpg-error\mkerrcodes.h" />
+ <ClInclude Include="..\Libgpg-error\thread.h" />
+ <ClInclude Include="..\Libgpg-error\visibility.h" />
</ItemGroup>
<ItemGroup>
<None Include="src\libgcrypt.def" />
|