From: Andy Polyakov Date: Fri, 10 Feb 2017 10:43:42 +0000 (+0100) Subject: ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler. X-Git-Tag: OpenSSL_1_1_1-pre1~2427 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=79ca382d4762c58c4b92fceb4e202e90c71292ae;p=oweals%2Fopenssl.git 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 --- 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