]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ossl: Move arm_arch.h to a common subdirectory
authorMark Johnston <markj@FreeBSD.org>
Mon, 4 Dec 2023 17:29:11 +0000 (12:29 -0500)
committerMark Johnston <markj@FreeBSD.org>
Mon, 4 Dec 2023 17:29:11 +0000 (12:29 -0500)
commite655cc70dfcda5cfedb5a1d9bef1e87d55519f64
tree16cbdbc6d66cb59b096e8f4f48cac952cbcb00a1
parent5b36076d28ad1920b178da93d667dcfeae426494
ossl: Move arm_arch.h to a common subdirectory

OpenSSL itself keeps only a single copy of this header.  Do the same in
sys/crypto/openssl to avoid the extra maintenance burden.  This requires
adjusting the include paths for generated asm files.

No functional change intended.

Reported by: jrtc27
Reviewed by: jhb
MFC after: 3 months
Differential Revision: https://reviews.freebsd.org/D42866
secure/lib/libcrypto/Makefile.asm
sys/conf/files.arm
sys/conf/files.arm64
sys/crypto/openssl/arm/arm_arch.h [deleted file]
sys/crypto/openssl/arm/ossl_aes_gcm.c
sys/crypto/openssl/arm_arch.h [moved from sys/crypto/openssl/aarch64/arm_arch.h with 100% similarity]
sys/crypto/openssl/ossl_aarch64.c
sys/crypto/openssl/ossl_aarch64.h
sys/crypto/openssl/ossl_arm.c
sys/modules/armv8crypto/Makefile
sys/modules/ossl/Makefile