summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 17:11:04 +0000
committerschwarze <>2018-03-22 17:11:04 +0000
commit08539d0ba61ec8adcb140b0b12638d37184389e5 (patch)
tree1f598973f998eac7d8643a7fd811102d49e1e211 /src/lib/libcrypto/man/BIO_new.3
parentb8c7aab53f927787a0f47ca0881e2cb67e3f8d76 (diff)
downloadopenbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.tar.gz
openbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.tar.bz2
openbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.zip
crypto HISTORY up to 0.9.6; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_new.3')
-rw-r--r--src/lib/libcrypto/man/BIO_new.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index c1abfca3ab..e25586ff15 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.12 2018/03/20 19:33:16 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.13 2018/03/22 17:11:04 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 20 2018 $ 55.Dd $Mdocdate: March 22 2018 $
56.Dt BIO_NEW 3 56.Dt BIO_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -262,3 +262,7 @@ and
262appeared in SSLeay 0.8.1b or earlier. 262appeared in SSLeay 0.8.1b or earlier.
263All these functions have been available since 263All these functions have been available since
264.Ox 2.4 . 264.Ox 2.4 .
265.Pp
266.Fn BIO_vfree
267first appeared in OpenSSL 0.9.6 and has been available since
268.Ox 2.9 .