[openssl] master update

Dr. Paul Dale pauli at openssl.org
Wed Feb 20 21:39:15 UTC 2019


The branch master has been updated
       via  54d00677f305375eee65a0c9edb5f0980c5f020f (commit)
      from  c8147d37ccaaf28c430d3fb45a14af36597e48b8 (commit)


- Log -----------------------------------------------------------------
commit 54d00677f305375eee65a0c9edb5f0980c5f020f
Author: Shane Lontis <shane.lontis at oracle.com>
Date:   Tue Feb 19 13:56:33 2019 +1000

    cfi build fixes in x86-64 ghash assembly
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/8281)

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

Summary of changes:
 crypto/modes/asm/ghash-x86_64.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl
index d6d0d75..a5d216a 100644
--- a/crypto/modes/asm/ghash-x86_64.pl
+++ b/crypto/modes/asm/ghash-x86_64.pl
@@ -1155,6 +1155,7 @@ ___
 } else {
 $code.=<<___;
 	jmp	.L_init_clmul
+.cfi_endproc
 .size	gcm_init_avx,.-gcm_init_avx
 ___
 }
@@ -1594,6 +1595,7 @@ ___
 } else {
 $code.=<<___;
 	jmp	.L_ghash_clmul
+.cfi_endproc
 .size	gcm_ghash_avx,.-gcm_ghash_avx
 ___
 }


More information about the openssl-commits mailing list