From 69147ea8445a511462c02e8ac88d4f75fec3fa1b Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 12 Jul 2025 20:22:40 +0000 Subject: Merge the two functions from x_pkey.c into pem_info.c It looks like those can be unexported. --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 53a95af9bb..b51103712c 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $ +# $OpenBSD: Makefile,v 1.240 2025/07/12 20:22:40 tb Exp $ LIB= crypto LIBREBUILD=y @@ -121,7 +121,6 @@ SRCS+= x_crl.c SRCS+= x_exten.c SRCS+= x_long.c SRCS+= x_name.c -SRCS+= x_pkey.c SRCS+= x_pubkey.c SRCS+= x_req.c SRCS+= x_sig.c -- cgit v1.2.3-55-g6feb