summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/BIO_new.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.zip
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
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 e25586ff15..36acc3d9fe 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.13 2018/03/22 17:11:04 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.14 2018/03/23 23:18:17 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 22 2018 $ 55.Dd $Mdocdate: March 23 2018 $
56.Dt BIO_NEW 3 56.Dt BIO_NEW 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -266,3 +266,7 @@ All these functions have been available since
266.Fn BIO_vfree 266.Fn BIO_vfree
267first appeared in OpenSSL 0.9.6 and has been available since 267first appeared in OpenSSL 0.9.6 and has been available since
268.Ox 2.9 . 268.Ox 2.9 .
269.Pp
270.Fn BIO_up_ref
271first appeared in OpenSSL 1.1.0 and has been available since
272.Ox 6.3 .