summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new.3')
-rw-r--r--src/lib/libcrypto/man/BIO_new.315
1 files changed, 11 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index acf98844b3..c1abfca3ab 100644
--- a/src/lib/libcrypto/man/BIO_new.3
+++ b/src/lib/libcrypto/man/BIO_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_new.3,v 1.11 2018/03/20 17:10:14 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.12 2018/03/20 19:33:16 schwarze Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 3.\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000
4.\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 4.\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100
@@ -252,6 +252,13 @@ Create a memory BIO:
252.Xr BIO_set_callback 3 , 252.Xr BIO_set_callback 3 ,
253.Xr BIO_should_retry 3 253.Xr BIO_should_retry 3
254.Sh HISTORY 254.Sh HISTORY
255The 255.Fn BIO_new
256.Vt BIO 256and
257type first appeared in SSLeay 0.6.0. 257.Fn BIO_free
258first appeared in SSLeay 0.6.0.
259.Fn BIO_set
260and
261.Fn BIO_free_all
262appeared in SSLeay 0.8.1b or earlier.
263All these functions have been available since
264.Ox 2.4 .