summaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_connect.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-16 16:02:35 +0000
committerBodo Möller <bodo@openssl.org>2000-09-16 16:02:35 +0000
commit318f962928ce47dfc083db43429a9b4e112b7d67 (patch)
tree43ed85083da8a8111f24b20e90b9c103cdafdf5a /doc/ssl/SSL_connect.pod
parentacb5b34328e0e65095f7924f58c78a146e3d8a93 (diff)
downloadopenssl-new-318f962928ce47dfc083db43429a9b4e112b7d67.tar.gz
TLS => TLS/SSL
Diffstat (limited to 'doc/ssl/SSL_connect.pod')
-rw-r--r--doc/ssl/SSL_connect.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_connect.pod b/doc/ssl/SSL_connect.pod
index 92aa20e079..7123bf3257 100644
--- a/doc/ssl/SSL_connect.pod
+++ b/doc/ssl/SSL_connect.pod
@@ -12,7 +12,7 @@ SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 DESCRIPTION
-SSL_connect() initiates the TLS handshake with a server. The communication
+SSL_connect() initiates the TLS/SSL handshake with a server. The communication
channel must already have been set and assigned to the B<ssl> by setting an
underlying B<BIO>. The behaviour of SSL_connect() depends on the underlying
BIO.