From: Dr. David von Oheimb Date: Mon, 22 Nov 2021 10:29:25 +0000 (+0100) Subject: OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close() X-Git-Tag: openssl-3.2.0-alpha1~3266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee464cf8e0b8dc39970306bfbb49a6e06863e1c;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man3/OSSL_HTTP_transfer.pod b/doc/man3/OSSL_HTTP_transfer.pod index ff29c79837c..ab03bfe60be 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