diff options
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r-- | src/Crypto/Sources | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources index ae16662c..af6479f4 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -5,10 +5,12 @@ INCLUDES = .. NTTARGETFILES = \ "$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj" \ - "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" + "$(OBJ_PATH)\$(O)\Aes_hw_cpu.obj" \ + "$(OBJ_PATH)\$(O)\gost89_$(TC_ARCH).obj" SOURCES = \ Aes_$(TC_ARCH).asm \ + gost89_$(TC_ARCH).asm \ Aes_hw_cpu.asm \ Aeskey.c \ Aestab.c \ @@ -17,5 +19,6 @@ SOURCES = \ Serpent.c \ Sha2.c \ Twofish.c \ + GostCipher.c \ Whirlpool.c \ Camellia.c |