SSL_SESSION_get_timeout
long SSL_SESSION_get_timeout(const SSL_SESSION *s);
#define SSL_get_timeout(a) SSL_SESSION_get_timeout(a)