From 2f28744cd6ea33fb21cde52453fa9ca739e5e641 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 30 Nov 2016 20:54:25 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/OCSP_sendreq_new.3 | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'src/lib/libcrypto/man/OCSP_sendreq_new.3') diff --git a/src/lib/libcrypto/man/OCSP_sendreq_new.3 b/src/lib/libcrypto/man/OCSP_sendreq_new.3 index 994ce9cc2a..f24abef6b2 100644 --- a/src/lib/libcrypto/man/OCSP_sendreq_new.3 +++ b/src/lib/libcrypto/man/OCSP_sendreq_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OCSP_sendreq_new.3,v 1.1 2016/11/27 20:40:07 schwarze Exp $ +.\" $OpenBSD: OCSP_sendreq_new.3,v 1.2 2016/11/30 20:54:25 jmc Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 27 2016 $ +.Dd $Mdocdate: November 30 2016 $ .Dt OCSP_SENDREQ_NEW 3 .Os .Sh NAME @@ -202,22 +202,14 @@ structure or if an error occurred. .Pp .Fn OCSP_sendreq_nbio -returns -.Sy 1 -if the operation was completed successfully, -.Sy -1 -if the operation should be retried, or -.Sy 0 -if an error occurred. +returns 1 if the operation was completed successfully, +-1 if the operation should be retried, +or 0 if an error occurred. .Pp .Fn OCSP_REQ_CTX_add1_header and .Fn OCSP_REQ_CTX_set1_req -return -.Sy 1 -for success or -.Sy 0 -for failure. +return 1 for success or 0 for failure. .Pp .Fn OCSP_sendreq_bio returns the @@ -240,6 +232,6 @@ Add a Host header for .Sh CAVEATS These functions only perform a minimal HTTP query to a responder. If an application wishes to support more advanced features, it -should use an alternative more complete HTTP library. +should use an alternative, more complete, HTTP library. .Pp Currently only HTTP POST queries to responders are supported. -- cgit v1.2.3-55-g6feb