From 318f962928ce47dfc083db43429a9b4e112b7d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sat, 16 Sep 2000 16:02:35 +0000 Subject: [PATCH] TLS => TLS/SSL --- doc/ssl/SSL_connect.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab