summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-06-30 23:06:28 +0200
committerAndy Polyakov <appro@openssl.org>2013-06-30 23:14:04 +0200
commitfccec89084d8f94227af8b587fcda7bf5554ff7f (patch)
treec9e059ef0f798e647a4c75d29db7466c94bad352 /crypto/aes
parent6c7fa274048ab2cd137f8af71fd69057076b313b (diff)
aesni-sha256-x86_64.pl: fix typo in Windows SEH.
(cherry picked from commit 42386fdb62176ed3af237dd3e802ba9b8c0d4def)
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/aesni-sha256-x86_64.pl4
1 files changed, 0 insertions, 4 deletions
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