From a5c1978eefe2fd0dbf1ab6b7cdcb019a9b913a40 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 20 Jul 2014 12:30:58 +0200 Subject: Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt. --- src/Crypto/Crypto.vcproj | 16 ---------------- src/Crypto/Sources | 4 ---- 2 files changed, 20 deletions(-) (limited to 'src/Crypto') diff --git a/src/Crypto/Crypto.vcproj b/src/Crypto/Crypto.vcproj index 72e6f645..b28feb1e 100644 --- a/src/Crypto/Crypto.vcproj +++ b/src/Crypto/Crypto.vcproj @@ -253,18 +253,6 @@ RelativePath=".\Aestab.h" > - - - - - - @@ -273,10 +261,6 @@ RelativePath=".\Serpent.h" > - - diff --git a/src/Crypto/Sources b/src/Crypto/Sources index f38c268e..417f0e04 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -12,12 +12,8 @@ SOURCES = \ Aes_hw_cpu.asm \ Aeskey.c \ Aestab.c \ - Blowfish.c \ - Cast.c \ - Des.c \ Rmd160.c \ Serpent.c \ - Sha1.c \ Sha2.c \ Twofish.c \ Whirlpool.c -- cgit v1.2.3