diff options
Diffstat (limited to 'src/lib/libssl/man/BIO_f_ssl.3')
-rw-r--r-- | src/lib/libssl/man/BIO_f_ssl.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3 index df2dbc537c..ec3114db28 100644 --- a/src/lib/libssl/man/BIO_f_ssl.3 +++ b/src/lib/libssl/man/BIO_f_ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.3 2016/12/16 15:39:08 jmc Exp $ | 1 | .\" $OpenBSD: BIO_f_ssl.3,v 1.4 2017/04/10 16:11:50 schwarze Exp $ |
2 | .\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 | 2 | .\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 16 2016 $ | 52 | .Dd $Mdocdate: April 10 2017 $ |
53 | .Dt BIO_F_SSL 3 | 53 | .Dt BIO_F_SSL 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -326,7 +326,9 @@ Since unknown | |||
326 | operations are sent through filter | 326 | operations are sent through filter |
327 | .Vt BIO Ns s | 327 | .Vt BIO Ns s |
328 | the server name and port can be set using | 328 | the server name and port can be set using |
329 | .Xr BIO_set_host 3 | 329 | .Xr BIO_set_conn_hostname 3 |
330 | and | ||
331 | .Xr BIO_set_conn_port 3 | ||
330 | on the | 332 | on the |
331 | .Vt BIO | 333 | .Vt BIO |
332 | returned by | 334 | returned by |