summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-11-22 11:29:25 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-12-03 11:57:47 +0100
commit4ee464cf8e0b8dc39970306bfbb49a6e06863e1c (patch)
tree5c076216924f7fc600592c2dde2d7162ceae74f3 /doc/man3
parent5fae09f3d8da7c182c6cfb6a295dcfd15ae828ae (diff)
OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close()
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17160)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/OSSL_HTTP_transfer.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/OSSL_HTTP_transfer.pod b/doc/man3/OSSL_HTTP_transfer.pod
index ff29c79837..ab03bfe60b 100644
--- a/doc/man3/OSSL_HTTP_transfer.pod
+++ b/doc/man3/OSSL_HTTP_transfer.pod
@@ -220,6 +220,7 @@ The caller is responsible for freeing the BIO pointer obtained.
OSSL_HTTP_close() closes the connection and releases I<rctx>.
The I<ok> parameter is passed to any BIO update function
given during setup as described above for OSSL_HTTP_open().
+It must be 1 if no error occurred during the HTTP transfer and 0 otherwise.
=head1 NOTES