Skip to content

Commit

Permalink
backport: fix a glitch in the documentation of OCSP_sendreq_bio()
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Jan 7, 2020
1 parent 0fcc6e7 commit fadc72b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/man3/OCSP_sendreq_new.pod
Expand Up @@ -24,8 +24,7 @@ OCSP_REQ_CTX_set1_req, OCSP_sendreq_bio - OCSP responder query functions

int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);

OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req,
int maxline);
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *io, const char *path, OCSP_REQUEST *req);

=head1 DESCRIPTION

Expand Down Expand Up @@ -54,8 +53,8 @@ OCSP_REQ_CTX_set1_req() sets the OCSP request in B<rctx> to B<req>. This
function should be called after any calls to OCSP_REQ_CTX_add1_header().

OCSP_sendreq_bio() performs an OCSP request using the responder B<io>, the URL
path B<path>, the OCSP request B<req> and with a response header maximum line
length of B<maxline>. If B<maxline> is zero a default value of 4k is used.
path B<path>, and the OCSP request B<req> with a response header maximum line
length 4k. It waits indefinitely on a response.

=head1 RETURN VALUES

Expand Down

0 comments on commit fadc72b

Please sign in to comment.