SSL_dup(3) — Subroutines
NAME
SSL_dup − duplicates the specified SSL structure
SYNOPSIS
#include <openssl/ssl.h>
SSL ∗SSL_dup(
SSL ∗s );
DESCRIPTION
The SSL_dup() function duplicates the specified SSL structure and returns an address of the newly created SSL structure.
RETURN VALUES
The SSL_dup() function returns an address of the duplicated (new) SSL structure.
SEE ALSO
Functions: SSL_dup_CA_list(3)