diff options
Diffstat (limited to 'doc/man3/SSL_new.pod')
-rw-r--r-- | doc/man3/SSL_new.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod index 2b522769169b..d01996fba143 100644 --- a/doc/man3/SSL_new.pod +++ b/doc/man3/SSL_new.pod @@ -96,6 +96,9 @@ SSL_set0_client_CA_list() or similar functions =back +SSL_dup() is not supported on QUIC SSL objects and returns NULL if called on +such an object. + =head1 RETURN VALUES The following return values can occur: |