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
commiteed13e64effc819dc3515c637c3f057cfa1abcbb (patch)
treeffb356e84b85c9e590c8455fd6f516c311489ad1 /src/lib/libcrypto/man/Makefile
parentd9e7f6c929cacb184976d2c298bcbd059299393f (diff)
downloadopenbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.tar.gz
openbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.tar.bz2
openbsd-eed13e64effc819dc3515c637c3f057cfa1abcbb.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 \