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, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 375f330045..2c9d385a41 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.11 2018/03/21 09:03:49 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.12 2018/03/21 21:18:08 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>. |
@@ -333,7 +333,12 @@ All these functions have been available since | |||
333 | .Fn BIO_seek | 333 | .Fn BIO_seek |
334 | and | 334 | and |
335 | .Fn BIO_tell | 335 | .Fn BIO_tell |
336 | first appeared in SSLeay 0.9.1 and have been available since | 336 | first appeared in SSLeay 0.9.1. |
337 | .Fn BIO_ctrl_pending | ||
338 | and | ||
339 | .Fn BIO_ctrl_wpending | ||
340 | first appeared in OpenSSL 0.9.4. | ||
341 | These functions have been available since | ||
337 | .Ox 2.6 . | 342 | .Ox 2.6 . |
338 | .Sh BUGS | 343 | .Sh BUGS |
339 | Some of the return values are ambiguous and care should be taken. | 344 | Some of the return values are ambiguous and care should be taken. |