summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-02-25 20:26:51 +0000
committerschwarze <>2018-02-25 20:26:51 +0000
commit8563c14fedd67e6d767175f2cf0815ef16997da6 (patch)
treedae2bebce16c52806aa63ea1b99ca97c88fb3121 /src/lib/libcrypto/man/Makefile
parent50c45943c56c5e51b769f1eaaae9b1b47aeb5328 (diff)
downloadopenbsd-8563c14fedd67e6d767175f2cf0815ef16997da6.tar.gz
openbsd-8563c14fedd67e6d767175f2cf0815ef16997da6.tar.bz2
openbsd-8563c14fedd67e6d767175f2cf0815ef16997da6.zip
In x509_vfy.h rev. 1.23 2018/02/22 17:17:09, jsing@ provided
X509_OBJECT_get0_X509(3) and X509_OBJECT_get0_X509_CRL(3). Since they are undocumented in OpenSSL, write a new manual page from scratch, also documenting five closely related public functions that have already been available before.
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 0de55209bb..248bd33c8d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.134 2018/02/25 17:46:38 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.135 2018/02/25 20:26:51 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -222,6 +222,7 @@ MAN= \
222 X509_NAME_get_index_by_NID.3 \ 222 X509_NAME_get_index_by_NID.3 \
223 X509_NAME_new.3 \ 223 X509_NAME_new.3 \
224 X509_NAME_print_ex.3 \ 224 X509_NAME_print_ex.3 \
225 X509_OBJECT_get0_X509.3 \
225 X509_PUBKEY_new.3 \ 226 X509_PUBKEY_new.3 \
226 X509_REQ_new.3 \ 227 X509_REQ_new.3 \
227 X509_REVOKED_new.3 \ 228 X509_REVOKED_new.3 \