VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
diff options
context:
space:
mode:
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
@@ -237,64 +237,48 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\Aes.h"
>
</File>
<File
RelativePath=".\Aes_hw_cpu.h"
>
</File>
<File
RelativePath=".\Aesopt.h"
>
</File>
<File
RelativePath=".\Aestab.h"
>
</File>
<File
- RelativePath=".\Blowfish.h"
- >
- </File>
- <File
- RelativePath=".\Cast.h"
- >
- </File>
- <File
- RelativePath=".\Des.h"
- >
- </File>
- <File
RelativePath=".\Rmd160.h"
>
</File>
<File
RelativePath=".\Serpent.h"
>
</File>
<File
- RelativePath=".\Sha1.h"
- >
- </File>
- <File
RelativePath=".\Sha2.h"
>
</File>
<File
RelativePath=".\Twofish.h"
>
</File>
<File
RelativePath=".\Whirlpool.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
diff --git a/src/Crypto/Sources b/src/Crypto/Sources
index f38c268e..417f0e04 100644
--- a/src/Crypto/Sources
+++ b/src/Crypto/Sources
@@ -1,23 +1,19 @@
TARGETNAME=Crypto
TARGETTYPE=DRIVER_LIBRARY
INCLUDES = ..
NTTARGETFILES = \
"$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \
"$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj"
SOURCES = \
Aes_$(TC_ARCH).asm \
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