diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index d4392dd3d2..37354db808 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.8 2018/02/17 23:24:38 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.9 2018/03/20 19:33:16 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: February 17 2018 $ | 51 | .Dd $Mdocdate: March 20 2018 $ |
52 | .Dt BIO_CTRL 3 | 52 | .Dt BIO_CTRL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -310,6 +310,19 @@ operation. | |||
310 | .Sh SEE ALSO | 310 | .Sh SEE ALSO |
311 | .Xr BIO_meth_new 3 , | 311 | .Xr BIO_meth_new 3 , |
312 | .Xr BIO_new 3 | 312 | .Xr BIO_new 3 |
313 | .Sh HISTORY | ||
314 | .Fn BIO_ctrl , | ||
315 | .Fn BIO_ctrl_int , | ||
316 | .Fn BIO_reset , | ||
317 | .Fn BIO_flush , | ||
318 | .Fn BIO_eof , | ||
319 | .Fn BIO_set_close , | ||
320 | .Fn BIO_get_close , | ||
321 | .Fn BIO_pending , | ||
322 | and | ||
323 | .Fn BIO_wpending | ||
324 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
325 | .Ox 2.4 . | ||
313 | .Sh BUGS | 326 | .Sh BUGS |
314 | Some of the return values are ambiguous and care should be taken. | 327 | Some of the return values are ambiguous and care should be taken. |
315 | In particular a return value of 0 can be returned if an operation | 328 | In particular a return value of 0 can be returned if an operation |