From: Kurt Roeckx Date: Wed, 3 Feb 2016 17:54:02 +0000 (+0100) Subject: Restore xmm7 from the correct address on win64 X-Git-Tag: OpenSSL_1_0_2g~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=093d20a8cb74e64d627fcd03532ba6b3150f1d1f;p=oweals%2Fopenssl.git Restore xmm7 from the correct address on win64 Reviewed-by: Richard Levitte RT: #4288, MR: #1831 (cherry picked from commit df057ea6c8a20e4babc047689507dfafde59ffd6) --- diff --git a/crypto/modes/asm/aesni-gcm-x86_64.pl b/crypto/modes/asm/aesni-gcm-x86_64.pl index bd6bf72fe4..fc7710fd47 100644 --- a/crypto/modes/asm/aesni-gcm-x86_64.pl +++ b/crypto/modes/asm/aesni-gcm-x86_64.pl @@ -489,7 +489,7 @@ $code.=<<___; ___ $code.=<<___ if ($win64); movaps -0xd8(%rax),%xmm6 - movaps -0xd8(%rax),%xmm7 + movaps -0xc8(%rax),%xmm7 movaps -0xb8(%rax),%xmm8 movaps -0xa8(%rax),%xmm9 movaps -0x98(%rax),%xmm10