From 7a35ecb154fc979d46dea8d97d0ad97fd4ae4140 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 30 Oct 2019 00:15:28 +0100 Subject: 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. --- src/Crypto/Sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Crypto/Sources') 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 \ -- cgit v1.2.3