]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 22 Nov 2021 10:29:25 +0000 (11:29 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 3 Dec 2021 10:57:47 +0000 (11:57 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17160)

doc/man3/OSSL_HTTP_transfer.pod

index ff29c79837cb4f5c6ceaece545503939226b5865..ab03bfe60beba1aef8c209521a8feff6110a051c 100644 (file)
@@ -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