From eed13e64effc819dc3515c637c3f057cfa1abcbb Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 12 Dec 2016 22:48:02 +0000 Subject: Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch. These two and OCSP_CRLID_free(3) and OCSP_SERVICELOC_free(3) are public by being in OpenSSL doc/man3/X509_dup.pod. OCSP_crlID_new(3) and OCSP_url_svcloc_new(3) are related and, even though completely undocumented in OpenSSL, obviously much more important. If you had told me a year ago that i would ever write such text, i would have called you crazy. --- src/lib/libcrypto/man/Makefile | 4 +++- 1 file changed, 3 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 89533851fb..300051f921 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2016/12/11 18:06:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.75 2016/12/12 22:48:02 schwarze Exp $ .include @@ -122,7 +122,9 @@ MAN= \ HMAC.3 \ MD5.3 \ OBJ_nid2obj.3 \ + OCSP_CRLID_new.3 \ OCSP_REQUEST_new.3 \ + OCSP_SERVICELOC_new.3 \ OCSP_cert_to_id.3 \ OCSP_request_add1_nonce.3 \ OCSP_resp_find_status.3 \ -- cgit v1.2.3-55-g6feb