summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2025-07-17 10:31:50 +0000
committerschwarze <>2025-07-17 10:31:50 +0000
commite467f7a8c459a9b2590c8dcca00208d63f34cd84 (patch)
treedafcf7d77a49f0ba57cb2107f45efd94d8e3942c /src/lib/libcrypto/man/Makefile
parent904ebeb7f3b2f0d375bada0148d4f4a954efffa7 (diff)
downloadopenbsd-e467f7a8c459a9b2590c8dcca00208d63f34cd84.tar.gz
openbsd-e467f7a8c459a9b2590c8dcca00208d63f34cd84.tar.bz2
openbsd-e467f7a8c459a9b2590c8dcca00208d63f34cd84.zip
Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3
because PEM_X509_INFO_read(3) no longer exists. Requested by tb@.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 13703c4426..aea939dc2b 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.311 2025/07/16 17:59:10 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.312 2025/07/17 10:31:50 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -235,7 +235,7 @@ MAN= \
235 OPENSSL_sk_new.3 \ 235 OPENSSL_sk_new.3 \
236 OpenSSL_add_all_algorithms.3 \ 236 OpenSSL_add_all_algorithms.3 \
237 PEM_ASN1_read.3 \ 237 PEM_ASN1_read.3 \
238 PEM_X509_INFO_read.3 \ 238 PEM_X509_INFO_read_bio.3 \
239 PEM_bytes_read_bio.3 \ 239 PEM_bytes_read_bio.3 \
240 PEM_read.3 \ 240 PEM_read.3 \
241 PEM_read_bio_PrivateKey.3 \ 241 PEM_read_bio_PrivateKey.3 \