diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-27 11:12:10 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2024-03-27 11:12:10 +0000 |
commit | 5679aff6693438f0c343976eb38ff03f17c2210e (patch) | |
tree | 4188eb5c21fbc9cd7d101779a39e915263163791 /lib/libcrypto/arch/amd64 | |
parent | 6db3ef548a75174da414a9b878550b6f7bd37111 (diff) |
Move bf_enc.c to the primary Makefile.
Now that all architectures are using bf_enc.c, it does not make sense to
have it in every Makefile.inc file.
Diffstat (limited to 'lib/libcrypto/arch/amd64')
-rw-r--r-- | lib/libcrypto/arch/amd64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/arch/amd64/Makefile.inc b/lib/libcrypto/arch/amd64/Makefile.inc index a181d05d90a..878965f5665 100644 --- a/lib/libcrypto/arch/amd64/Makefile.inc +++ b/lib/libcrypto/arch/amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2023/04/15 18:23:54 tb Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2024/03/27 11:12:08 jsing Exp $ # amd64-specific libcrypto build rules @@ -14,8 +14,6 @@ CFLAGS+= -DVPAES_ASM SSLASM+= aes vpaes-x86_64 SSLASM+= aes aesni-x86_64 SSLASM+= aes aesni-sha1-x86_64 -# bf -SRCS+= bf_enc.c # bn CFLAGS+= -DOPENSSL_IA32_SSE2 CFLAGS+= -DRSA_ASM |