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_f_ssl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/BIO_f_ssl.pod') diff --git a/doc/man3/BIO_f_ssl.pod b/doc/man3/BIO_f_ssl.pod index 3f9635ee68..48bc150c06 100644 --- a/doc/man3/BIO_f_ssl.pod +++ b/doc/man3/BIO_f_ssl.pod @@ -108,7 +108,7 @@ already been established this call has no effect. SSL BIOs are exceptional in that if the underlying transport is non blocking they can still request a retry in exceptional circumstances. Specifically this will happen if a session -renegotiation takes place during a BIO_read() operation, one +renegotiation takes place during a BIO_read_ex() operation, one case where this happens is when step up occurs. The SSL flag SSL_AUTO_RETRY can be -- cgit v1.2.3