mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Enable BTI feature for md5 on aarch64
Fixes: #22959 Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22971)
This commit is contained in:
parent
84356a02fe
commit
ad347c9ff0
@ -28,10 +28,13 @@ open OUT,"| \"$^X\" $xlate $flavour \"$output\""
|
||||
*STDOUT=*OUT;
|
||||
|
||||
$code .= <<EOF;
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
.globl ossl_md5_block_asm_data_order
|
||||
.type ossl_md5_block_asm_data_order,\@function
|
||||
ossl_md5_block_asm_data_order:
|
||||
AARCH64_VALID_CALL_TARGET
|
||||
// Save all callee-saved registers
|
||||
stp x19,x20,[sp,#-80]!
|
||||
stp x21,x22,[sp,#16]
|
||||
|
Loading…
Reference in New Issue
Block a user