projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c850d32
)
Add missing explicit instruction size.
author
Bodo Möller
<bodo@openssl.org>
Mon, 13 Dec 2010 20:47:26 +0000
(20:47 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 13 Dec 2010 20:47:26 +0000
(20:47 +0000)
[CVS head and later branches have this since revision 1.7 of this file.]
Submitted by: Chandler Carruth (Google)
crypto/rc4/asm/rc4-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/rc4/asm/rc4-x86_64.pl
b/crypto/rc4/asm/rc4-x86_64.pl
index 00c6fa28aaf9ed5f64f3b6afc0b36138a449b5da..53ce20ea92e57f934fd28558a57c6c8d3d8f1204 100755
(executable)
--- a/
crypto/rc4/asm/rc4-x86_64.pl
+++ b/
crypto/rc4/asm/rc4-x86_64.pl
@@
-167,7
+167,7
@@
$code.=<<___;
movzb ($dat,$XX[0]),$TX[0]#d
test \$-8,$len
jz .Lcloop1
- cmp
\$0,260($dat)
+ cmp
l
\$0,260($dat)
jnz .Lcloop1
push %rbx
jmp .Lcloop8