1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized by the compiler

This commit is contained in:
Mounir IDRASSI
2019-10-24 19:20:05 +02:00
parent 6b90e02624
commit 96c90d18c2
3 changed files with 16 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
OBJS :=
OBJSEX :=
OBJSNOOPT :=
OBJS += Cipher.o
OBJS += EncryptionAlgorithm.o
OBJS += EncryptionMode.o
@@ -80,7 +81,8 @@ OBJS += ../Crypto/GostCipher.o
OBJS += ../Crypto/Streebog.o
OBJS += ../Crypto/kuznyechik.o
OBJS += ../Crypto/kuznyechik_simd.o
OBJS += ../Crypto/jitterentropy-base.o
OBJSNOOPT += ../Crypto/jitterentropy-base.o0
OBJS += ../Common/Crc.o
OBJS += ../Common/Endian.o