summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-02-03 18:54:02 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-02-04 15:42:50 +0100
commit093d20a8cb74e64d627fcd03532ba6b3150f1d1f (patch)
tree7d3200e5f3ed673f6f8b3dd6629237fec4ff0fad /crypto/modes
parent5df0bde60ebf2718d5aef18c4a9fdfd230928981 (diff)
Restore xmm7 from the correct address on win64
Reviewed-by: Richard Levitte <levitte@openssl.org> RT: #4288, MR: #1831 (cherry picked from commit df057ea6c8a20e4babc047689507dfafde59ffd6)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/asm/aesni-gcm-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
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