VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-07-20 12:30:58 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:21:35 +0100
commita5c1978eefe2fd0dbf1ab6b7cdcb019a9b913a40 (patch)
treebb48f3b5544dc218228d368a7e893a83f0c0b059 /src/Crypto
parent75f780871949e5bacca4718507e66c8d28d72e69 (diff)
downloadVeraCrypt-a5c1978eefe2fd0dbf1ab6b7cdcb019a9b913a40.tar.gz
VeraCrypt-a5c1978eefe2fd0dbf1ab6b7cdcb019a9b913a40.zip
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
Diffstat (limited to 'src/Crypto')
-rw-r--r--src/Crypto/Crypto.vcproj16
-rw-r--r--src/Crypto/Sources4
2 files changed, 0 insertions, 20 deletions
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
@@ -254,18 +254,6 @@
254 > 254 >
255 </File> 255 </File>
256 <File 256 <File
257 RelativePath=".\Blowfish.h"
258 >
259 </File>
260 <File
261 RelativePath=".\Cast.h"
262 >
263 </File>
264 <File
265 RelativePath=".\Des.h"
266 >
267 </File>
268 <File
269 RelativePath=".\Rmd160.h" 257 RelativePath=".\Rmd160.h"
270 > 258 >
271 </File> 259 </File>
@@ -274,10 +262,6 @@
274 > 262 >
275 </File> 263 </File>
276 <File 264 <File
277 RelativePath=".\Sha1.h"
278 >
279 </File>
280 <File
281 RelativePath=".\Sha2.h" 265 RelativePath=".\Sha2.h"
282 > 266 >
283 </File> 267 </File>
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 = \
12 Aes_hw_cpu.asm \ 12 Aes_hw_cpu.asm \
13 Aeskey.c \ 13 Aeskey.c \
14 Aestab.c \ 14 Aestab.c \
15 Blowfish.c \
16 Cast.c \
17 Des.c \
18 Rmd160.c \ 15 Rmd160.c \
19 Serpent.c \ 16 Serpent.c \
20 Sha1.c \
21 Sha2.c \ 17 Sha2.c \
22 Twofish.c \ 18 Twofish.c \
23 Whirlpool.c 19 Whirlpool.c