[openssl] OpenSSL_1_1_1-stable update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Fri Dec 20 22:13:28 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  2b2833af3e28341f0648a7c057b3f3be1a4b4df5 (commit)
      from  572351b9cce0486fe64056bf0c0340c74ca7e699 (commit)


- Log -----------------------------------------------------------------
commit 2b2833af3e28341f0648a7c057b3f3be1a4b4df5
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Wed Dec 18 22:31:00 2019 +0100

    Add some missing cfi frame info in keccak1600-x86_64.pl
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    (Merged from https://github.com/openssl/openssl/pull/10654)
    
    (cherry picked from commit 95bbe6eff7aadc681e282ec957379b49d6f80ca8)

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

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

diff --git a/crypto/sha/asm/keccak1600-x86_64.pl b/crypto/sha/asm/keccak1600-x86_64.pl
index 42de5bf123..82ccdd1679 100755
--- a/crypto/sha/asm/keccak1600-x86_64.pl
+++ b/crypto/sha/asm/keccak1600-x86_64.pl
@@ -84,6 +84,7 @@ $code.=<<___;
 .type	__KeccakF1600,\@abi-omnipotent
 .align	32
 __KeccakF1600:
+.cfi_startproc
 	mov	$A[4][0](%rdi), at C[0]
 	mov	$A[4][1](%rdi), at C[1]
 	mov	$A[4][2](%rdi), at C[2]
@@ -342,6 +343,7 @@ $code.=<<___;
 
 	lea	-192($iotas),$iotas	# rewind iotas
 	ret
+.cfi_endproc
 .size	__KeccakF1600,.-__KeccakF1600
 
 .type	KeccakF1600,\@abi-omnipotent


More information about the openssl-commits mailing list