From ab0ff062052bc43085a78b4d4380803f752fe92b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 5 Jan 2008 18:17:20 +0000 Subject: [PATCH] Make aes-x86_64 work with debug Win64 build. --- crypto/aes/asm/aes-x86_64.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/aes/asm/aes-x86_64.pl b/crypto/aes/asm/aes-x86_64.pl index 995448a110..da42538891 100755 --- a/crypto/aes/asm/aes-x86_64.pl +++ b/crypto/aes/asm/aes-x86_64.pl @@ -1634,6 +1634,7 @@ AES_cbc_encrypt: push %r15 pushfq cld + mov %r9d,%r9d # clear upper half of enc .picmeup $sbox lea AES_Te-.($sbox),$sbox -- 2.25.1