From b055fceb9bd8f613f39dab9df4d77b2a95231755 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 20 Oct 2016 09:56:18 +0100 Subject: Document the new BIO functions introduced as part of the size_t work Reviewed-by: Richard Levitte --- doc/man3/BIO_ctrl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/BIO_ctrl.pod') diff --git a/doc/man3/BIO_ctrl.pod b/doc/man3/BIO_ctrl.pod index 17dc6ed903..934d07bb0c 100644 --- a/doc/man3/BIO_ctrl.pod +++ b/doc/man3/BIO_ctrl.pod @@ -94,7 +94,7 @@ return the amount of pending data. =head1 NOTES BIO_flush(), because it can write data may return 0 or -1 indicating -that the call should be retried later in a similar manner to BIO_write(). +that the call should be retried later in a similar manner to BIO_write_ex(). The BIO_should_retry() call should be used and appropriate action taken is the call fails. -- cgit v1.2.3