aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/SSL_connect.pod
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2025-05-07 21:18:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2025-05-07 22:37:22 +0000
commit29536654cc41bf41b92dc836c47496dc6fe0b00c (patch)
tree368a3c5b14e610bb5f6b71657f61a41e373eaf97 /doc/man3/SSL_connect.pod
parent1c34280346af8284acdc0eae39496811d37df25d (diff)
Diffstat (limited to 'doc/man3/SSL_connect.pod')
-rw-r--r--doc/man3/SSL_connect.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_connect.pod b/doc/man3/SSL_connect.pod
index 4e9bd9ca079b..f0bd04bb34ad 100644
--- a/doc/man3/SSL_connect.pod
+++ b/doc/man3/SSL_connect.pod
@@ -14,7 +14,7 @@ SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
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>.
+underlying B<BIO>. B<ssl> B<MUST NOT> be NULL.
=head1 NOTES