summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2024-03-27 11:24:15 +0000
committerjsing <>2024-03-27 11:24:15 +0000
commite333d9e70e8e1f3a91303e95e5541bc99a649c73 (patch)
tree25fd2e6c6ce66cbe42a81228ebd582722502c7ff /src/lib/libcrypto/Makefile
parentaeccd86b593fda3b76aa590b49519a661b121928 (diff)
downloadopenbsd-e333d9e70e8e1f3a91303e95e5541bc99a649c73.tar.gz
openbsd-e333d9e70e8e1f3a91303e95e5541bc99a649c73.tar.bz2
openbsd-e333d9e70e8e1f3a91303e95e5541bc99a649c73.zip
Consolidate blowfish code.
Requested by tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 4ea8d0c2ad..606dc61792 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.176 2024/03/27 11:12:08 jsing Exp $ 1# $OpenBSD: Makefile,v 1.177 2024/03/27 11:24:15 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -142,11 +142,7 @@ SRCS+= x_x509.c
142SRCS+= x_x509a.c 142SRCS+= x_x509a.c
143 143
144# bf/ 144# bf/
145SRCS+= bf_cfb64.c 145SRCS+= blowfish.c
146SRCS+= bf_ecb.c
147SRCS+= bf_enc.c
148SRCS+= bf_ofb64.c
149SRCS+= bf_skey.c
150 146
151# bio/ 147# bio/
152SRCS+= b_dump.c 148SRCS+= b_dump.c