summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-20 16:36:06 +0000
committertb <>2023-07-20 16:36:06 +0000
commitffc366ad631823ca313e68ca9a54544739bce0c8 (patch)
treedc0fc379632be1703e99e20edee64079a8279ae5 /src/lib/libcrypto/Makefile
parent7b660744be840ee9a7e28176e6a379962d6e2332 (diff)
downloadopenbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.tar.gz
openbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.tar.bz2
openbsd-ffc366ad631823ca313e68ca9a54544739bce0c8.zip
Remove some ancient cruft that hasn't been used in ages
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 44e5900863..8ec9b1b3d8 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.137 2023/07/07 06:10:14 jsing Exp $ 1# $OpenBSD: Makefile,v 1.138 2023/07/20 16:36:06 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -386,8 +386,6 @@ SRCS+= tb_pkmeth.c
386SRCS+= tb_rand.c 386SRCS+= tb_rand.c
387SRCS+= tb_rsa.c 387SRCS+= tb_rsa.c
388SRCS+= tb_store.c 388SRCS+= tb_store.c
389# XXX unnecessary? handled in EVP now...
390# SRCS+= eng_aesni.c # local addition
391 389
392# err/ 390# err/
393SRCS+= err.c 391SRCS+= err.c