summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-12 22:48:02 +0000
committerschwarze <>2016-12-12 22:48:02 +0000
commitbca4321c21899453321cbd51fc63834076adda5f (patch)
treeffb356e84b85c9e590c8455fd6f516c311489ad1 /src/lib/libcrypto/man/Makefile
parent7e1ba6efce7df6a3d7631d26b03fb9e60f774ea8 (diff)
downloadopenbsd-bca4321c21899453321cbd51fc63834076adda5f.tar.gz
openbsd-bca4321c21899453321cbd51fc63834076adda5f.tar.bz2
openbsd-bca4321c21899453321cbd51fc63834076adda5f.zip
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.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 3 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.74 2016/12/11 18:06:09 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.75 2016/12/12 22:48:02 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -122,7 +122,9 @@ MAN= \
122 HMAC.3 \ 122 HMAC.3 \
123 MD5.3 \ 123 MD5.3 \
124 OBJ_nid2obj.3 \ 124 OBJ_nid2obj.3 \
125 OCSP_CRLID_new.3 \
125 OCSP_REQUEST_new.3 \ 126 OCSP_REQUEST_new.3 \
127 OCSP_SERVICELOC_new.3 \
126 OCSP_cert_to_id.3 \ 128 OCSP_cert_to_id.3 \
127 OCSP_request_add1_nonce.3 \ 129 OCSP_request_add1_nonce.3 \
128 OCSP_resp_find_status.3 \ 130 OCSP_resp_find_status.3 \