From: Bodo Möller Date: Sat, 16 Sep 2000 16:02:35 +0000 (+0000) Subject: TLS => TLS/SSL X-Git-Tag: OpenSSL-engine-0_9_6-beta2~6^2~2 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=318f962928ce47dfc083db43429a9b4e112b7d67 TLS => TLS/SSL --- 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 by setting an underlying B. The behaviour of SSL_connect() depends on the underlying BIO.