From 8df298918f8cdc527a0799d0e9bc767cb6b6a76d Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 22 Nov 2021 11:29:25 +0100 Subject: OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close() Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17160) (cherry picked from commit 4ee464cf8e0b8dc39970306bfbb49a6e06863e1c) --- doc/man3/OSSL_HTTP_transfer.pod | 1 + 1 file changed, 1 insertion(+) 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. The I 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 -- cgit v1.2.3