From eea7454d5f0937c3ffb6642ac5b1ba135b172e29 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 6 Dec 2016 12:24:33 +0000 Subject: replace all references to BIO(3) with references to BIO_new(3) --- src/lib/libcrypto/man/BIO_f_buffer.3 | 6 +++--- src/lib/libcrypto/man/BIO_s_bio.3 | 6 +++--- src/lib/libcrypto/man/BUF_MEM_new.3 | 6 +++--- src/lib/libcrypto/man/crypto.3 | 6 +++--- src/lib/libcrypto/man/lh_stats.3 | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src/lib/libcrypto/man') diff --git a/src/lib/libcrypto/man/BIO_f_buffer.3 b/src/lib/libcrypto/man/BIO_f_buffer.3 index 9a7f965f49..a51aafd804 100644 --- a/src/lib/libcrypto/man/BIO_f_buffer.3 +++ b/src/lib/libcrypto/man/BIO_f_buffer.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_f_buffer.3,v 1.5 2016/11/14 17:56:45 schwarze Exp $ +.\" $OpenBSD: BIO_f_buffer.3,v 1.6 2016/12/06 12:24:33 schwarze Exp $ .\" OpenSSL 9b86974e Mar 19 12:32:14 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 14 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt BIO_F_BUFFER 3 .Os .Sh NAME @@ -175,8 +175,8 @@ return 1 if the buffer was successfully resized or 0 for failure. .Fn BIO_set_buffer_read_data returns 1 if the data was set correctly or 0 if there was an error. .Sh SEE ALSO -.Xr BIO 3 , .Xr BIO_ctrl 3 , .Xr BIO_flush 3 , +.Xr BIO_new 3 , .Xr BIO_pop 3 , .Xr BIO_reset 3 diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index ea20d93556..8a4eb61e10 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_bio.3,v 1.7 2016/11/21 10:00:37 schwarze Exp $ +.\" $OpenBSD: BIO_s_bio.3,v 1.8 2016/12/06 12:24:33 schwarze Exp $ .\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by @@ -53,7 +53,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 21 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt BIO_S_BIO 3 .Os .Sh NAME @@ -356,7 +356,7 @@ to find out how many bytes must be written into the buffer before the .Xr SSL_operation 3 can successfully be continued. .Sh SEE ALSO -.Xr BIO 3 , +.Xr BIO_new 3 , .Xr BIO_read 3 , .Xr BIO_should_retry 3 , .Xr ssl 3 , diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3 index aa210259d6..d6a728ff05 100644 --- a/src/lib/libcrypto/man/BUF_MEM_new.3 +++ b/src/lib/libcrypto/man/BUF_MEM_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BUF_MEM_new.3,v 1.8 2016/11/21 10:00:37 schwarze Exp $ +.\" $OpenBSD: BUF_MEM_new.3,v 1.9 2016/12/06 12:24:33 schwarze Exp $ .\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 .\" .\" This file was written by Ralf S. Engelschall . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 21 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt BUF_MEM_NEW 3 .Os .Sh NAME @@ -179,7 +179,7 @@ and return zero on error or the new size (i.e.\& .Fa len ) . .Sh SEE ALSO -.Xr BIO 3 +.Xr BIO_new 3 .Sh HISTORY .Fn BUF_MEM_new , .Fn BUF_MEM_free diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 7e7572ea67..a60b682a63 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: crypto.3,v 1.6 2016/12/03 13:36:03 jmc Exp $ +.\" $OpenBSD: crypto.3,v 1.7 2016/12/06 12:24:33 schwarze Exp $ .\" -.Dd $Mdocdate: December 3 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt CRYPTO 3 .Os .Sh NAME @@ -49,7 +49,7 @@ x509v3 .Xr OPENSSL_VERSION_NUMBER 3 .It INPUT/OUTPUT, DATA ENCODING asn1, -.Xr BIO 3 , +.Xr BIO_new 3 , .Xr evp 3 , PEM, pkcs7, diff --git a/src/lib/libcrypto/man/lh_stats.3 b/src/lib/libcrypto/man/lh_stats.3 index 7ee4d7d8e6..90bd1c9893 100644 --- a/src/lib/libcrypto/man/lh_stats.3 +++ b/src/lib/libcrypto/man/lh_stats.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lh_stats.3,v 1.4 2016/11/28 14:31:20 schwarze Exp $ +.\" $OpenBSD: lh_stats.3,v 1.5 2016/12/06 12:24:33 schwarze Exp $ .\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400 .\" .\" -------------------------------------------------------------------------- @@ -113,7 +113,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: December 6 2016 $ .Dt LH_STATS 3 .Os .Sh NAME @@ -190,7 +190,7 @@ are the same as the above, except that the output goes to a .Sh RETURN VALUES These functions do not return values. .Sh SEE ALSO -.Xr BIO 3 , +.Xr BIO_new 3 , .Xr lh_new 3 .Sh HISTORY These functions are available in all versions of SSLeay and OpenSSL. -- cgit v1.2.3-55-g6feb