diff options
| author | schwarze <> | 2018-03-23 23:18:17 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
| commit | c44c09a9be771317de7b5d8cc4da99b7c7d44bab (patch) | |
| tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/BIO_new.3 | |
| parent | 7391db9174b12cb920b10b74b22b7b4401a33c4a (diff) | |
| download | openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.gz openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.bz2 openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.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.3 | 8 |
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 |
| 267 | first appeared in OpenSSL 0.9.6 and has been available since | 267 | first 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 | ||
| 271 | first appeared in OpenSSL 1.1.0 and has been available since | ||
| 272 | .Ox 6.3 . | ||
