[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Fri Feb 17 09:33:25 UTC 2017


The branch master has been updated
       via  25b802bb855285bb3a799014f3669f73f4d11871 (commit)
      from  bb0f7eca75b8da1538c08c1f5be1bb7ea8f40638 (commit)


- Log -----------------------------------------------------------------
commit 25b802bb855285bb3a799014f3669f73f4d11871
Author: David Benjamin <davidben at google.com>
Date:   Thu Feb 16 17:39:40 2017 -0500

    Fix typo in x86_64-mont5.pl CFI directives
    
    Reviewed-by: Kurt Roeckx <kurt at openssl.org>
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2655)

-----------------------------------------------------------------------

Summary of changes:
 crypto/bn/asm/x86_64-mont5.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl
index 7ed2232..9c77642 100755
--- a/crypto/bn/asm/x86_64-mont5.pl
+++ b/crypto/bn/asm/x86_64-mont5.pl
@@ -120,7 +120,7 @@ $code.=<<___;
 	push	%r14
 .cfi_push	%r14
 	push	%r15
-.cfi_push	%r14
+.cfi_push	%r15
 
 	neg	$num
 	mov	%rsp,%r11


More information about the openssl-commits mailing list