summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-27 17:35:50 +0000
committerschwarze <>2018-03-27 17:35:50 +0000
commit46b5d933b38b75b127fede5f1fa076d84c7714a1 (patch)
treef9c6916aae3f5b1e0ac87341b497da860edfcddb /src/lib/libcrypto/man/BIO_new.3
parent4dbdd890b2673d2b0999aeeea41ae4e949eb040a (diff)
downloadopenbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.gz
openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.bz2
openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.zip
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new.3')
-rw-r--r--src/lib/libcrypto/man/BIO_new.311
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index 36acc3d9fe..7a9a888f26 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.14 2018/03/23 23:18:17 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.15 2018/03/27 17:35:50 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
@@ -52,7 +52,7 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: March 23 2018 $ 55.Dd $Mdocdate: March 27 2018 $
56.Dt BIO_NEW 3 56.Dt BIO_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -252,14 +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
255.Fn BIO_new 255.Fn BIO_new ,
256.Fn BIO_set ,
256and 257and
257.Fn BIO_free 258.Fn BIO_free
258first appeared in SSLeay 0.6.0. 259first appeared in SSLeay 0.6.0.
259.Fn BIO_set
260and
261.Fn BIO_free_all 260.Fn BIO_free_all
262appeared in SSLeay 0.8.1b or earlier. 261first appeared in SSLeay 0.6.6.
263All these functions have been available since 262All these functions have been available since
264.Ox 2.4 . 263.Ox 2.4 .
265.Pp 264.Pp