[openssl] OpenSSL_1_1_1-stable update
bernd.edlinger at hotmail.de
bernd.edlinger at hotmail.de
Mon Dec 23 19:30:29 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 112afa6db65d246e91fe51799cb64cd7b3997567 (commit)
from 65b7de10c982a3c88e6b6ea6465bea848600363d (commit)
- Log -----------------------------------------------------------------
commit 112afa6db65d246e91fe51799cb64cd7b3997567
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date: Sun Dec 22 18:50:51 2019 +0100
Add some missing cfi frame info in rc4-md5-x86_64.pl
Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/10679)
(cherry picked from commit b2a00f62209add348deb8283c588ddbd572dc216)
-----------------------------------------------------------------------
Summary of changes:
crypto/rc4/asm/rc4-md5-x86_64.pl | 2 ++
crypto/rc4/asm/rc4-x86_64.pl | 2 ++
2 files changed, 4 insertions(+)
diff --git a/crypto/rc4/asm/rc4-md5-x86_64.pl b/crypto/rc4/asm/rc4-md5-x86_64.pl
index 74e5191051..7b02f09fed 100644
--- a/crypto/rc4/asm/rc4-md5-x86_64.pl
+++ b/crypto/rc4/asm/rc4-md5-x86_64.pl
@@ -484,6 +484,7 @@ $code.=<<___;
.type RC4_set_key,\@function,3
.align 16
RC4_set_key:
+.cfi_startproc
lea 8($dat),$dat
lea ($inp,$len),$inp
neg $len
@@ -519,6 +520,7 @@ RC4_set_key:
mov %eax,-8($dat)
mov %eax,-4($dat)
ret
+.cfi_endproc
.size RC4_set_key,.-RC4_set_key
.globl RC4_options
diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl
index 1a9cc47d72..17f635dfdd 100755
--- a/crypto/rc4/asm/rc4-x86_64.pl
+++ b/crypto/rc4/asm/rc4-x86_64.pl
@@ -453,6 +453,7 @@ $code.=<<___;
.type RC4_set_key,\@function,3
.align 16
RC4_set_key:
+.cfi_startproc
lea 8($dat),$dat
lea ($inp,$len),$inp
neg $len
@@ -519,6 +520,7 @@ RC4_set_key:
mov %eax,-8($dat)
mov %eax,-4($dat)
ret
+.cfi_endproc
.size RC4_set_key,.-RC4_set_key
.globl RC4_options
More information about the openssl-commits
mailing list