summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_clear.pod
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-26 14:47:03 +0200
committerPauli <pauli@openssl.org>2023-07-05 01:03:04 +0200
commitd6e7ebba3370e06ea4dfae6381dfe0e1c21070e3 (patch)
treedfe11d5e37d4bffe5c2f0de725c34cd884cc5c3a /doc/man3/SSL_clear.pod
parentQUIC SSL: Block SSL_clear (diff)
downloadopenssl-d6e7ebba3370e06ea4dfae6381dfe0e1c21070e3.tar.xz
openssl-d6e7ebba3370e06ea4dfae6381dfe0e1c21070e3.zip
Minor fixes
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20061)
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