From e90e24b30b379752bf6531c663085de1d2a653d7 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 9 Aug 2016 14:25:52 +0200 Subject: Windows: Add support for Streebog (hash) and kuznyechik (encryption) --- src/Volume/Volume.make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Volume/Volume.make') diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index 2888db78..855e5f60 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make @@ -52,6 +52,9 @@ OBJS += ../Crypto/Sha2.o OBJS += ../Crypto/Twofish.o OBJS += ../Crypto/Whirlpool.o OBJS += ../Crypto/Camellia.o +OBJS += ../Crypto/GostCipher.o +OBJS += ../Crypto/Streebog.o +OBJS += ../Crypto/kuznyechik.o OBJS += ../Common/Crc.o OBJS += ../Common/Endian.o -- cgit v1.2.3