Fix unwind info in crypto/rc4/asm/rc4-x86_64.pl
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 16 Jan 2020 21:37:14 +0000 (13:37 -0800)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 20 Jan 2020 16:36:45 +0000 (17:36 +0100)
commit967ef73013becef2aec3439f8c45204b24121018
treea75e9e5d349c0c9366db29a951a2584a276f09b0
parent068489a27f74c5f5a779aef4618e68e46db746d4
Fix unwind info in crypto/rc4/asm/rc4-x86_64.pl

Move .cfi_startproc to the right place for RC4.  Add missing
.cfi_startproc and .cfi_endproc to RC4_options.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/10872)
crypto/rc4/asm/rc4-x86_64.pl