summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2025-07-12 19:57:13 +0000
committertb <>2025-07-12 19:57:13 +0000
commitd8116bd100cd9a4c1e502db89ddc6042bdb71643 (patch)
treefd89724e300002861ec4df175d1e18990e3ff95a /src/lib/libcrypto/Makefile
parent63d44e27ad76fc5499e99ddb652e92397ea23c20 (diff)
downloadopenbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.tar.gz
openbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.tar.bz2
openbsd-d8116bd100cd9a4c1e502db89ddc6042bdb71643.zip
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.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.238 2025/06/27 17:26:57 jsing Exp $ 1# $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -119,7 +119,6 @@ SRCS+= x_attrib.c
119SRCS+= x_bignum.c 119SRCS+= x_bignum.c
120SRCS+= x_crl.c 120SRCS+= x_crl.c
121SRCS+= x_exten.c 121SRCS+= x_exten.c
122SRCS+= x_info.c
123SRCS+= x_long.c 122SRCS+= x_long.c
124SRCS+= x_name.c 123SRCS+= x_name.c
125SRCS+= x_pkey.c 124SRCS+= x_pkey.c