From 7fc1f569abf7c799c6334297ee020a01b5d3d71e Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 25 Sep 2020 22:43:14 +0000 Subject: MFS: r366176 Merge OpenSSL 1.1.1h. Approved by: re (gjb) --- crypto/openssl/doc/man3/OCSP_sendreq_new.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/openssl/doc/man3/OCSP_sendreq_new.pod') diff --git a/crypto/openssl/doc/man3/OCSP_sendreq_new.pod b/crypto/openssl/doc/man3/OCSP_sendreq_new.pod index a129a16bf23c..16d5a21dfcae 100644 --- a/crypto/openssl/doc/man3/OCSP_sendreq_new.pod +++ b/crypto/openssl/doc/man3/OCSP_sendreq_new.pod @@ -34,7 +34,7 @@ response header maximum line length of B. If B is zero a default value of 4k is used. The OCSP request B may be set to B and provided later if required. -OCSP_sendreq_nbio() performs non-blocking I/O on the OCSP request context +OCSP_sendreq_nbio() performs nonblocking I/O on the OCSP request context B. When the operation is complete it returns the response in B<*presp>. OCSP_REQ_CTX_free() frees up the OCSP context B. @@ -96,7 +96,7 @@ corresponding BIO can be examined to determine which operation (read or write) should be retried and appropriate action taken (for example a select() call on the underlying socket). -OCSP_sendreq_bio() does not support retries and so cannot handle non-blocking +OCSP_sendreq_bio() does not support retries and so cannot handle nonblocking I/O efficiently. It is retained for compatibility and its use in new applications is not recommended. -- cgit v1.2.3