summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2020-06-12 11:37:42 +0000
committerschwarze <>2020-06-12 11:37:42 +0000
commit659d778f00f90e06b07821591363c486d6af6bde (patch)
tree4a14a7bce99ded95ff18678d951d99cd5a455738 /src/lib/libcrypto/man/Makefile
parent88523fe76e081519a3baf586cb9bb30d0d965bd6 (diff)
downloadopenbsd-659d778f00f90e06b07821591363c486d6af6bde.tar.gz
openbsd-659d778f00f90e06b07821591363c486d6af6bde.tar.bz2
openbsd-659d778f00f90e06b07821591363c486d6af6bde.zip
document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);
tweaks and OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 05b1a54c86..c613fdc293 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.167 2020/06/10 11:43:07 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.168 2020/06/12 11:37:42 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -203,6 +203,7 @@ MAN= \
203 OPENSSL_malloc.3 \ 203 OPENSSL_malloc.3 \
204 OPENSSL_sk_new.3 \ 204 OPENSSL_sk_new.3 \
205 OpenSSL_add_all_algorithms.3 \ 205 OpenSSL_add_all_algorithms.3 \
206 PEM_ASN1_read.3 \
206 PEM_bytes_read_bio.3 \ 207 PEM_bytes_read_bio.3 \
207 PEM_read.3 \ 208 PEM_read.3 \
208 PEM_read_bio_PrivateKey.3 \ 209 PEM_read_bio_PrivateKey.3 \