diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index a32ed80da7..98c78be134 100644 --- a/src/lib/libcrypto/man/BIO_ctrl.3 +++ b/src/lib/libcrypto/man/BIO_ctrl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_ctrl.3,v 1.13 2018/03/22 16:06:33 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 | 2 | .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 22 2018 $ | 51 | .Dd $Mdocdate: March 27 2018 $ |
52 | .Dt BIO_CTRL 3 | 52 | .Dt BIO_CTRL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -317,10 +317,11 @@ operation. | |||
317 | .Fn BIO_eof , | 317 | .Fn BIO_eof , |
318 | .Fn BIO_set_close , | 318 | .Fn BIO_set_close , |
319 | .Fn BIO_get_close , | 319 | .Fn BIO_get_close , |
320 | .Fn BIO_pending , | ||
321 | and | 320 | and |
321 | .Fn BIO_pending | ||
322 | first appeared in SSLeay 0.6.0. | ||
322 | .Fn BIO_wpending | 323 | .Fn BIO_wpending |
323 | appeared in SSLeay 0.8.1b or earlier. | 324 | first appeared in SSLeay 0.8.1. |
324 | .Fn BIO_ptr_ctrl , | 325 | .Fn BIO_ptr_ctrl , |
325 | .Fn BIO_int_ctrl , | 326 | .Fn BIO_int_ctrl , |
326 | .Fn BIO_get_info_callback | 327 | .Fn BIO_get_info_callback |