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

SSL_copy_session_id(3)

NAME

SSL_copy_session_id - Copies the session-id from one SSL structure to another

SYNOPSIS

#include <openssl/ssl.h> void SSL_copy_session_id( SSL *t, SSL *f );

DESCRIPTION

The SSL_copy_session_id() function copies an SSL session-id from SSL structure f and to SSL structure t.

SEE ALSO

Functions: BIO_ssl_copy_session_id(3)

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