|
SSL_copy_session_id(3)
Contents
|
SSL_copy_session_id - Copies the session-id from one SSL
structure to another
#include <openssl/ssl.h>
void SSL_copy_session_id(
SSL *t,
SSL *f );
The SSL_copy_session_id() function copies an SSL sessionid
from SSL structure f and to SSL structure t.
Functions: BIO_ssl_copy_session_id(3)
SSL_copy_session_id(3)
[ Back ] |