diff options
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r-- | src/Crypto/Sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources index 07e66b71..edddd4c6 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -6,7 +6,8 @@ INCLUDES = .. 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)\gost89_$(TC_ARCH).obj" \ + "$(OBJ_PATH)\$(O)\Twofish_$(TC_ARCH).obj" SOURCES = \ Aes_$(TC_ARCH).asm \ @@ -20,6 +21,7 @@ SOURCES = \ SerpentFast_simd.cpp \ Sha2.c \ Twofish.c \ + Twofish_$(TC_ARCH).S \ GostCipher.c \ Streebog.c \ kuznyechik.c \ |