summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-07-06 16:05:44 +0000
committerschwarze <>2021-07-06 16:05:44 +0000
commit694df1a1691fda26bc57224b71881c2dc0ba7bc2 (patch)
treef5ccb388c0df80c30848ed9f41d87c907da3e59a /src/lib/libcrypto/man/Makefile
parent144a37fdfc8baa4f789e6d7a37902d4afd12a122 (diff)
downloadopenbsd-694df1a1691fda26bc57224b71881c2dc0ba7bc2.tar.gz
openbsd-694df1a1691fda26bc57224b71881c2dc0ba7bc2.tar.bz2
openbsd-694df1a1691fda26bc57224b71881c2dc0ba7bc2.zip
document X509_signature_dump(3) and X509_signature_print(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 2087fbae70..974fd918f3 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.172 2021/07/04 12:56:27 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.173 2021/07/06 16:05:44 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -317,6 +317,7 @@ MAN= \
317 X509_get1_email.3 \ 317 X509_get1_email.3 \
318 X509_new.3 \ 318 X509_new.3 \
319 X509_sign.3 \ 319 X509_sign.3 \
320 X509_signature_dump.3 \
320 X509_verify_cert.3 \ 321 X509_verify_cert.3 \
321 X509v3_get_ext_by_NID.3 \ 322 X509v3_get_ext_by_NID.3 \
322 crypto.3 \ 323 crypto.3 \