diff options
author | schwarze <> | 2018-02-17 23:24:38 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-17 23:24:38 +0000 |
commit | 20bfd2238d90acdf527b2d03e6f39a6d4de4f97f (patch) | |
tree | cbac9c827eb158250c8c50d374d92736e277fcbb /src/lib/libcrypto/man/BIO_ctrl.3 | |
parent | 168bcbbca8ce37021c8a82022f80dee6b08ccdde (diff) | |
download | openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.tar.gz openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.tar.bz2 openbsd-20bfd2238d90acdf527b2d03e6f39a6d4de4f97f.zip |
In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions
BIO_meth_*(). Import the documentation from OpenSSL, with extensive
tweaks by me.
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 7d1c5da600..d4392dd3d2 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.7 2017/08/01 14:57:03 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.8 2018/02/17 23:24:38 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: August 1 2017 $ | 51 | .Dd $Mdocdate: February 17 2018 $ |
52 | .Dt BIO_CTRL 3 | 52 | .Dt BIO_CTRL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -308,6 +308,7 @@ Source/sink BIOs return an 0 if they do not recognize the | |||
308 | .Fn BIO_ctrl | 308 | .Fn BIO_ctrl |
309 | operation. | 309 | operation. |
310 | .Sh SEE ALSO | 310 | .Sh SEE ALSO |
311 | .Xr BIO_meth_new 3 , | ||
311 | .Xr BIO_new 3 | 312 | .Xr BIO_new 3 |
312 | .Sh BUGS | 313 | .Sh BUGS |
313 | Some of the return values are ambiguous and care should be taken. | 314 | Some of the return values are ambiguous and care should be taken. |