diff options
Diffstat (limited to 'lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | lib/libcrypto/man/BIO_ctrl.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3 index bc9d59eb7cc..73ca11979dc 100644 --- a/lib/libcrypto/man/BIO_ctrl.3 +++ b/lib/libcrypto/man/BIO_ctrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_ctrl.3,v 1.5 2016/11/11 01:23:46 schwarze Exp $ +.\" $OpenBSD: BIO_ctrl.3,v 1.6 2016/12/06 14:45:08 schwarze Exp $ .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 11 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt BIO_CTRL 3 .Os .Sh NAME @@ -306,6 +306,8 @@ in a FILE or file descriptor BIO. Source/sink BIOs return an 0 if they do not recognize the .Fn BIO_ctrl operation. +.Sh SEE ALSO +.Xr BIO_new 3 .Sh BUGS Some of the return values are ambiguous and care should be taken. In particular a return value of 0 can be returned if an operation |