VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r--src/Crypto/Sources9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources
index edddd4c6..60412bf1 100644
--- a/src/Crypto/Sources
+++ b/src/Crypto/Sources
@@ -7,7 +7,9 @@ NTTARGETFILES = \
"$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \
"$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" \
"$(OBJ_PATH)\$(O)\gost89_$(TC_ARCH).obj" \
- "$(OBJ_PATH)\$(O)\Twofish_$(TC_ARCH).obj"
+ "$(OBJ_PATH)\$(O)\Twofish_$(TC_ARCH).obj" \
+ "$(OBJ_PATH)\$(O)\Camellia_$(TC_ARCH).obj" \
+ "$(OBJ_PATH)\$(O)\Camellia_aesni_$(TC_ARCH).obj"
SOURCES = \
Aes_$(TC_ARCH).asm \
@@ -26,4 +28,7 @@ SOURCES = \
Streebog.c \
kuznyechik.c \
Whirlpool.c \
- Camellia.c
+ Camellia.c \
+ Camellia_$(TC_ARCH).S \
+ Camellia_aesni_$(TC_ARCH).S
+