summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-07-12 15:56:54 +0000
committerschwarze <>2021-07-12 15:56:54 +0000
commit6cfd478073c3b1af028436e0f3ec427615a5eb6e (patch)
tree48814946f6c68a0fc3ee772a7aca26e9ab950db1 /src/lib/libcrypto/man/Makefile
parent81c1dcbfea5420e52bde35a9471d77b260d9ac5f (diff)
downloadopenbsd-6cfd478073c3b1af028436e0f3ec427615a5eb6e.tar.gz
openbsd-6cfd478073c3b1af028436e0f3ec427615a5eb6e.tar.bz2
openbsd-6cfd478073c3b1af028436e0f3ec427615a5eb6e.zip
new manual page X509_print_ex(3)
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 231e39aa27..7a1747f291 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.180 2021/07/12 14:54:00 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.181 2021/07/12 15:56:54 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -321,6 +321,7 @@ MAN= \
321 X509_get1_email.3 \ 321 X509_get1_email.3 \
322 X509_keyid_set1.3 \ 322 X509_keyid_set1.3 \
323 X509_new.3 \ 323 X509_new.3 \
324 X509_print_ex.3 \
324 X509_sign.3 \ 325 X509_sign.3 \
325 X509_signature_dump.3 \ 326 X509_signature_dump.3 \
326 X509_verify_cert.3 \ 327 X509_verify_cert.3 \