From 0d2b761daece9f6c25a05c6e68fd524a2149f17a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 11 Feb 2008 13:14:11 +0000 Subject: [PATCH] Make aes-x86_64 work with debug Win64 build [from HEAD]. --- 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