summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2025-07-12 20:22:40 +0000
committertb <>2025-07-12 20:22:40 +0000
commit69147ea8445a511462c02e8ac88d4f75fec3fa1b (patch)
tree41b8a6669f29d8b3252ba346c343e4e0147b85f6 /src/lib/libcrypto/Makefile
parentd8116bd100cd9a4c1e502db89ddc6042bdb71643 (diff)
downloadopenbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.tar.gz
openbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.tar.bz2
openbsd-69147ea8445a511462c02e8ac88d4f75fec3fa1b.zip
Merge the two functions from x_pkey.c into pem_info.c
It looks like those can be unexported.
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 53a95af9bb..b51103712c 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.239 2025/07/12 19:57:13 tb Exp $ 1# $OpenBSD: Makefile,v 1.240 2025/07/12 20:22:40 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -121,7 +121,6 @@ SRCS+= x_crl.c
121SRCS+= x_exten.c 121SRCS+= x_exten.c
122SRCS+= x_long.c 122SRCS+= x_long.c
123SRCS+= x_name.c 123SRCS+= x_name.c
124SRCS+= x_pkey.c
125SRCS+= x_pubkey.c 124SRCS+= x_pubkey.c
126SRCS+= x_req.c 125SRCS+= x_req.c
127SRCS+= x_sig.c 126SRCS+= x_sig.c