summaryrefslogtreecommitdiffstats
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 12:12:03 +0100
commit8df298918f8cdc527a0799d0e9bc767cb6b6a76d (patch)
treef59a510c0a28cf4e8e925cdfc72ceaf95b0da4c0
parent7e424b54b7d164149a65660013bd1943592ac4e6 (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) (cherry picked from commit 4ee464cf8e0b8dc39970306bfbb49a6e06863e1c)
-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