From 79ca382d4762c58c4b92fceb4e202e90c71292ae Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 10 Feb 2017 11:43:42 +0100 Subject: [PATCH] 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 --- crypto/ec/asm/ecp_nistz256-x86_64.pl | 4 ++-- 1 file 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 -- 2.34.1