mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Fix error in PAC/BTI AArch64 build
Clang format removes a space here, which creates a compiler error when building for PAC/BTI. Fix this and Turn off clang format for this line Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/29399)
This commit is contained in:
committed by
Norbert Pocs
parent
ac7f76380b
commit
ddcfc1a1be
@@ -192,7 +192,9 @@ extern unsigned int OPENSSL_armv8_rsa_neonized;
|
||||
#endif
|
||||
|
||||
#if GNU_PROPERTY_AARCH64_POINTER_AUTH != 0 || GNU_PROPERTY_AARCH64_BTI != 0
|
||||
.pushsection.note.gnu.property, "a";
|
||||
/* clang-format off */
|
||||
.pushsection .note.gnu.property, "a";
|
||||
/* clang-format on */
|
||||
.balign 8;
|
||||
.long 4;
|
||||
.long 0x10;
|
||||
|
||||
Reference in New Issue
Block a user