summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-17 05:54:21 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-17 05:54:21 +0000
commitf5706a32aa96f59c25e62c4da469afca5a58ad4d (patch)
tree0e03459d11b206b9ef17feaea21943cf610b065a /lib
parent13e5b62550085e93596eec5cc130f45d294a6326 (diff)
Drop dh_prn.c
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 30876f19e8b..2026360212c 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.104 2023/04/16 16:42:06 jsing Exp $
+# $OpenBSD: Makefile,v 1.105 2023/04/17 05:54:20 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -316,7 +316,6 @@ SRCS+= dh_gen.c
SRCS+= dh_key.c
SRCS+= dh_lib.c
SRCS+= dh_pmeth.c
-SRCS+= dh_prn.c
# dsa/
SRCS+= dsa_ameth.c