|
|
|
SSL_copy_session_id(3)
NAME
SSL_copy_session_id - Copies the session-id from one SSL structure to anotherSYNOPSIS
#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)
|
|
|