diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 2955a0ae63..375f330045 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.10 2018/03/21 06:09:37 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.11 2018/03/21 09:03:49 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>. |
@@ -329,6 +329,12 @@ and | |||
329 | first appeared in SSLeay 0.9.0. | 329 | first appeared in SSLeay 0.9.0. |
330 | All these functions have been available since | 330 | All these functions have been available since |
331 | .Ox 2.4 . | 331 | .Ox 2.4 . |
332 | .Pp | ||
333 | .Fn BIO_seek | ||
334 | and | ||
335 | .Fn BIO_tell | ||
336 | first appeared in SSLeay 0.9.1 and have been available since | ||
337 | .Ox 2.6 . | ||
332 | .Sh BUGS | 338 | .Sh BUGS |
333 | Some of the return values are ambiguous and care should be taken. | 339 | Some of the return values are ambiguous and care should be taken. |
334 | In particular a return value of 0 can be returned if an operation | 340 | In particular a return value of 0 can be returned if an operation |