From 9033bdc1632879fad7bd8f99c59cf4bb73af4d9e Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 25 Feb 2018 20:26:51 +0000 Subject: 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. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.134 2018/02/25 17:46:38 schwarze Exp $ +# $OpenBSD: Makefile,v 1.135 2018/02/25 20:26:51 schwarze Exp $ .include @@ -222,6 +222,7 @@ MAN= \ X509_NAME_get_index_by_NID.3 \ X509_NAME_new.3 \ X509_NAME_print_ex.3 \ + X509_OBJECT_get0_X509.3 \ X509_PUBKEY_new.3 \ X509_REQ_new.3 \ X509_REVOKED_new.3 \ -- cgit v1.2.3-55-g6feb