diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 37354db808..2955a0ae63 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.9 2018/03/20 19:33:16 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.10 2018/03/21 06:09:37 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 20 2018 $ | 51 | .Dd $Mdocdate: March 21 2018 $ |
| 52 | .Dt BIO_CTRL 3 | 52 | .Dt BIO_CTRL 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -312,7 +312,6 @@ operation. | |||
| 312 | .Xr BIO_new 3 | 312 | .Xr BIO_new 3 |
| 313 | .Sh HISTORY | 313 | .Sh HISTORY |
| 314 | .Fn BIO_ctrl , | 314 | .Fn BIO_ctrl , |
| 315 | .Fn BIO_ctrl_int , | ||
| 316 | .Fn BIO_reset , | 315 | .Fn BIO_reset , |
| 317 | .Fn BIO_flush , | 316 | .Fn BIO_flush , |
| 318 | .Fn BIO_eof , | 317 | .Fn BIO_eof , |
| @@ -321,7 +320,14 @@ operation. | |||
| 321 | .Fn BIO_pending , | 320 | .Fn BIO_pending , |
| 322 | and | 321 | and |
| 323 | .Fn BIO_wpending | 322 | .Fn BIO_wpending |
| 324 | appeared in SSLeay 0.8.1b or earlier and have been available since | 323 | appeared in SSLeay 0.8.1b or earlier. |
| 324 | .Fn BIO_ptr_ctrl , | ||
| 325 | .Fn BIO_int_ctrl , | ||
| 326 | .Fn BIO_get_info_callback | ||
| 327 | and | ||
| 328 | .Fn BIO_set_info_callback | ||
| 329 | first appeared in SSLeay 0.9.0. | ||
| 330 | All these functions have been available since | ||
| 325 | .Ox 2.4 . | 331 | .Ox 2.4 . |
| 326 | .Sh BUGS | 332 | .Sh BUGS |
| 327 | Some of the return values are ambiguous and care should be taken. | 333 | Some of the return values are ambiguous and care should be taken. |
