summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/arch/amd64/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/arch/amd64/Makefile.inc
index 8ae28f16e9..ac5cf874f5 100644
--- a/src/lib/libcrypto/arch/amd64/Makefile.inc
+++ b/src/lib/libcrypto/arch/amd64/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.21 2024/03/29 01:24:07 jsing Exp $ 1# $OpenBSD: Makefile.inc,v 1.22 2024/03/29 02:33:44 jsing Exp $
2 2
3# amd64-specific libcrypto build rules 3# amd64-specific libcrypto build rules
4 4
@@ -66,8 +66,6 @@ GENERATED+= sha512-x86_64.S
66sha512-x86_64.S: ${LCRYPTO_SRC}/sha/asm/sha512-x86_64.pl ${EXTRA_PL} 66sha512-x86_64.S: ${LCRYPTO_SRC}/sha/asm/sha512-x86_64.pl ${EXTRA_PL}
67 cd ${LCRYPTO_SRC}/sha/asm ; \ 67 cd ${LCRYPTO_SRC}/sha/asm ; \
68 /usr/bin/perl ./sha512-x86_64.pl ${.OBJDIR}/${.TARGET} 68 /usr/bin/perl ./sha512-x86_64.pl ${.OBJDIR}/${.TARGET}
69# whrlpool
70SRCS+= wp_block.c
71 69
72.for dir f in ${SSLASM} 70.for dir f in ${SSLASM}
73SRCS+= ${f}.S 71SRCS+= ${f}.S