From 0be9137538f3d2e3aee5d19fb076fc14ec49b38b Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 17 Apr 2023 05:54:20 +0000 Subject: [PATCH] Drop dh_prn.c --- lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.20.1