VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Sources
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-30 00:15:28 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-30 08:52:55 +0100
commit7a35ecb154fc979d46dea8d97d0ad97fd4ae4140 (patch)
tree185a5ed69b1fd7cdde2d3b0e68841e76e1c13d8b /src/Crypto/Sources
parent3b5d4771a0af5b4fc89ec77f43826b9ae2544949 (diff)
downloadVeraCrypt-7a35ecb154fc979d46dea8d97d0ad97fd4ae4140.tar.gz
VeraCrypt-7a35ecb154fc979d46dea8d97d0ad97fd4ae4140.zip
Windows: use separate assembly files for RDRAND and RDSEED in order to fix a mysterious crash when MASM_RDSEED_GenerateBlock is called after MASM_RDRAND_GenerateBlock.
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r--src/Crypto/Sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources
index 2db68a7a..9a1bef14 100644
--- a/src/Crypto/Sources
+++ b/src/Crypto/Sources
@@ -25,6 +25,7 @@ SOURCES = \
gost89_$(TC_ARCH).asm \
Aes_hw_cpu.asm \
rdrand_ml.asm \
+ rdseed_ml.asm \
Aeskey.c \
Aestab.c \
chacha-xmm.c \