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
commit09409784acf170a2cd8fadbc7150e89bc469e0c3 (patch)
tree48814946f6c68a0fc3ee772a7aca26e9ab950db1 /src/lib/libcrypto/man/Makefile
parentd6005e3c2d985e687a7002e62bf5acafd7336ab4 (diff)
downloadopenbsd-09409784acf170a2cd8fadbc7150e89bc469e0c3.tar.gz
openbsd-09409784acf170a2cd8fadbc7150e89bc469e0c3.tar.bz2
openbsd-09409784acf170a2cd8fadbc7150e89bc469e0c3.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 \