From d8116bd100cd9a4c1e502db89ddc6042bdb71643 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 12 Jul 2025 19:57:13 +0000 Subject: Merge the two functions from x_info.c into pem_info.c X509_INFO_new() isn't used directly outside of this file, so this is a bit tidier. --- 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 a33a209ef7..53a95af9bb 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.238 2025/06/27 17:26:57 jsing Exp $ +# $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $ LIB= crypto LIBREBUILD=y @@ -119,7 +119,6 @@ SRCS+= x_attrib.c SRCS+= x_bignum.c SRCS+= x_crl.c SRCS+= x_exten.c -SRCS+= x_info.c SRCS+= x_long.c SRCS+= x_name.c SRCS+= x_pkey.c -- cgit v1.2.3-55-g6feb