replace 'OpenSSL license' by 'Apache License 2.0'
[openssl.git] / doc / man3 / SSL_new.pod
index 9fef6439318799b052928432acf7cf690c2dfa26..9ca9941f58b961ece2d77836b63ab6381fe22ba0 100644 (file)
@@ -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.