Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

SSL_dup(3)

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)

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page