aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-09-22 11:34:08 +0000
committerEd Maste <emaste@FreeBSD.org>2023-10-25 19:56:40 +0000
commit8115f43c2892a5cc1460766f2697f358035a2e29 (patch)
tree6d94a5eb7b0783bd5981eccfa0ff5f2585b70388
parent390ab2a4df608f1d645f9399a0c4e8e4830843fb (diff)
downloadsrc-8115f43c2892a5cc1460766f2697f358035a2e29.tar.gz
src-8115f43c2892a5cc1460766f2697f358035a2e29.zip
libcrypto: Copy the arm64 header when building asm
It may be needed when it's updated so is best to keep in sync with the assembly files. Reviewed by: emaste Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D41938 (cherry picked from commit c97a82d4a4a0288ed2a456f4ce41d57483724f17) (cherry picked from commit 5b413daf3a3b67d2d499256907883a96d7c4d13c) Approved by: re (gjb)
-rw-r--r--secure/lib/libcrypto/Makefile.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm
index d3243e5b20b8..644965c1ac1c 100644
--- a/secure/lib/libcrypto/Makefile.asm
+++ b/secure/lib/libcrypto/Makefile.asm
@@ -46,6 +46,7 @@ ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S
all: ${ASM}
rm -f ${ASM:R:S/$/.s/}
+ ${CP} ${LCRYPTO_SRC}/crypto/arm_arch.h arm_arch.h
CLEANFILES= ${ASM}
.SUFFIXES: .pl