diff options
Diffstat (limited to 'doc/man3/SSL_new.pod')
-rw-r--r-- | doc/man3/SSL_new.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod index 9fef643931..9ca9941f58 100644 --- a/doc/man3/SSL_new.pod +++ b/doc/man3/SSL_new.pod @@ -26,7 +26,8 @@ structure are freed. SSL_up_ref() increments the reference count for an existing B<SSL> structure. -SSL_dup() duplicates an existing B<SSL> structure into a new allocated one. All +SSL_dup() duplicates an existing B<SSL> structure into a new allocated one +or just increments the reference count if the connection is active. All settings are inherited from the original B<SSL> structure. Dynamic data (i.e. existing connection details) are not copied, the new B<SSL> is set into an initial accept (server) or connect (client) state. |