diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 22:30:44 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 22:46:25 +0200 |
commit | 478066c6076934ef50f9cf922cfe55dd96580d12 (patch) | |
tree | 7acafc304087150dc2faf4746f826ae13ea5115d /src/Volume/Volume.make | |
parent | 74e14c070fb5bebe5258dde72e879fe7be1e43cf (diff) | |
download | VeraCrypt-478066c6076934ef50f9cf922cfe55dd96580d12.tar.gz VeraCrypt-478066c6076934ef50f9cf922cfe55dd96580d12.zip |
Linux/MacOSX: Add missing JitterEntropy implementation
Diffstat (limited to 'src/Volume/Volume.make')
-rw-r--r-- | src/Volume/Volume.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index 7b5cb4f1..9b7ea5dd 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make @@ -80,6 +80,7 @@ OBJS += ../Crypto/GostCipher.o OBJS += ../Crypto/Streebog.o OBJS += ../Crypto/kuznyechik.o OBJS += ../Crypto/kuznyechik_simd.o +OBJS += ../Crypto/jitterentropy-base.o OBJS += ../Common/Crc.o OBJS += ../Common/Endian.o |