aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-02-10 11:43:42 +0100
committerAndy Polyakov <appro@openssl.org>2017-02-13 21:10:58 +0100
commit79ca382d4762c58c4b92fceb4e202e90c71292ae (patch)
tree6326a8f49bc278d04354c665ac344c1c00619018 /crypto
parent219aa86cb04e1bfc9c156fab18da2f767502afb2 (diff)
downloadopenssl-79ca382d4762c58c4b92fceb4e202e90c71292ae.tar.gz
ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.
Thanks to Jun Sun for spotting this. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/ec/asm/ecp_nistz256-x86_64.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/asm/ecp_nistz256-x86_64.pl b/crypto/ec/asm/ecp_nistz256-x86_64.pl
index 1028c09c06..18d12b8527 100755
--- 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),%rbx
- mov -16(%rax),%rbp
+ mov -8(%rax),%rbp
+ mov -16(%rax),%rbx
mov -24(%rax),%r12
mov -32(%rax),%r13
mov -40(%rax),%r14