summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man
diff options
context:
space:
mode:
authorbeck <>2016-12-20 23:14:37 +0000
committerbeck <>2016-12-20 23:14:37 +0000
commit116818f5128b40cefcc5d534e399c4feccf9fae0 (patch)
tree5933ca58ab406c9ea7ae2d23761b6e6a0d278eeb /src/lib/libcrypto/man
parente8f139e50a4f35dfb0c10576137a0714ba0a92f6 (diff)
downloadopenbsd-116818f5128b40cefcc5d534e399c4feccf9fae0.tar.gz
openbsd-116818f5128b40cefcc5d534e399c4feccf9fae0.tar.bz2
openbsd-116818f5128b40cefcc5d534e399c4feccf9fae0.zip
Delete completely useless crap and just use getaddrinfo. Fix man page
while we're at it. Note for the nostalgic, since "wais" is still an alias in /etc/services it will continue to work.. ok deraadt@ millert@ krw@
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r--src/lib/libcrypto/man/BIO_s_connect.322
1 files changed, 4 insertions, 18 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_connect.3 b/src/lib/libcrypto/man/BIO_s_connect.3
index 44ebb19a6c..bde10e4b20 100644
--- a/src/lib/libcrypto/man/BIO_s_connect.3
+++ b/src/lib/libcrypto/man/BIO_s_connect.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_connect.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $ 1.\" $OpenBSD: BIO_s_connect.3,v 1.6 2016/12/20 23:14:37 beck Exp $
2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 2.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700
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>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 6 2016 $ 51.Dd $Mdocdate: December 20 2016 $
52.Dt BIO_S_CONNECT 3 52.Dt BIO_S_CONNECT 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -179,22 +179,8 @@ or
179sets the port to 179sets the port to
180.Fa port . 180.Fa port .
181.Fa port 181.Fa port
182can be the numerical form or a string such as 182is looked up as a service using
183.Cm http . 183.Xr getaddrinfo 3
184A string will be looked up first using
185.Xr getservbyname 3
186on the host platform, but if that fails
187a built-in table of port names will be used.
188Currently the list is
189.Cm http ,
190.Cm telnet ,
191.Cm socks ,
192.Cm https ,
193.Cm ssl ,
194.Cm ftp ,
195.Cm gopher ,
196and
197.Cm wais .
198.Pp 184.Pp
199.Fn BIO_set_conn_ip 185.Fn BIO_set_conn_ip
200sets the IP address to 186sets the IP address to