summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_clear.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_clear.pod')
-rw-r--r--doc/man3/SSL_clear.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/SSL_clear.pod b/doc/man3/SSL_clear.pod
index c4d2fa34c8..6b6b11b482 100644
--- a/doc/man3/SSL_clear.pod
+++ b/doc/man3/SSL_clear.pod
@@ -34,7 +34,8 @@ server method, even if TLS_*_methods were chosen on startup. This
will might lead to connection failures (see L<SSL_new(3)>)
for a description of the method's properties.
-This function is not supported on QUIC SSL objects.
+This function is not supported on QUIC SSL objects and returns failure if called
+on such an object.
=head1 WARNINGS