SSL_dup - duplicates the specified SSL structure
#include <openssl/ssl.h>
SSL *SSL_dup(
SSL *s );
The SSL_dup() function duplicates the specified SSL structure
and returns an address of the newly created SSL
structure.
The SSL_dup() function returns an address of the duplicated
(new) SSL structure.
Functions: SSL_dup_CA_list(3)
SSL_dup(3)
[ Back ] |