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:
219aa86
)
ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.
author
Andy Polyakov
<appro@openssl.org>
Fri, 10 Feb 2017 10:43:42 +0000
(11:43 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 13 Feb 2017 20:10:58 +0000
(21:10 +0100)
Thanks to Jun Sun for spotting this.
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/asm/ecp_nistz256-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/ec/asm/ecp_nistz256-x86_64.pl
b/crypto/ec/asm/ecp_nistz256-x86_64.pl
index 1028c09c06dbe683d8aac95c21ab0445eb0a3b8c..18d12b85270994dbc6894c77379e2b9279902d76 100755
(executable)
--- a/
crypto/ec/asm/ecp_nistz256-x86_64.pl
+++ b/
crypto/ec/asm/ecp_nistz256-x86_64.pl
@@
-3178,8
+3178,8
@@
full_handler:
mov 8(%r11),%r10d # HandlerData[2]
lea (%rax,%r10),%rax
- mov -8(%rax),%rb
x
- mov -16(%rax),%rb
p
+ mov -8(%rax),%rb
p
+ mov -16(%rax),%rb
x
mov -24(%rax),%r12
mov -32(%rax),%r13
mov -40(%rax),%r14