From: Andy Polyakov Date: Sun, 30 Jun 2013 21:06:28 +0000 (+0200) Subject: aesni-sha256-x86_64.pl: fix typo in Windows SEH. X-Git-Tag: master-post-reformat~1272 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=42386fdb62176ed3af237dd3e802ba9b8c0d4def aesni-sha256-x86_64.pl: fix typo in Windows SEH. --- diff --git a/crypto/aes/asm/aesni-sha256-x86_64.pl b/crypto/aes/asm/aesni-sha256-x86_64.pl index 16fea48817..d19439e4be 100644 --- a/crypto/aes/asm/aesni-sha256-x86_64.pl +++ b/crypto/aes/asm/aesni-sha256-x86_64.pl @@ -1267,10 +1267,6 @@ $code.=<<___; mov %r14,232($context) # restore context->R14 mov %r15,240($context) # restore context->R15 - lea .Lepilogue(%rip),%r10 - cmp %r10,%rbx - jb .Lin_prologue # non-AVX code - lea 16*$SZ+8*8(%rsi),%rsi # Xmm6- save area lea 512($context),%rdi # &context.Xmm6 mov \$20,%ecx