diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_meth_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_meth_new.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_meth_new.3 b/src/lib/libcrypto/man/BIO_meth_new.3 index 813b6bce4b..75d5ff23db 100644 --- a/src/lib/libcrypto/man/BIO_meth_new.3 +++ b/src/lib/libcrypto/man/BIO_meth_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_meth_new.3,v 1.3 2018/02/23 19:12:09 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_meth_new.3,v 1.4 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: February 23 2018 $ | 69 | .Dd $Mdocdate: March 23 2018 $ |
70 | .Dt BIO_METH_NEW 3 | 70 | .Dt BIO_METH_NEW 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -362,4 +362,6 @@ functions return function pointers. | |||
362 | .Xr BIO_new 3 , | 362 | .Xr BIO_new 3 , |
363 | .Xr BIO_read 3 | 363 | .Xr BIO_read 3 |
364 | .Sh HISTORY | 364 | .Sh HISTORY |
365 | These functions first appeared in OpenSSL 1.1.0. | 365 | These functions first appeared in OpenSSL 1.1.0 |
366 | and have been available since | ||
367 | .Ox 6.3 . | ||