SSL_SESSION_get_time
long SSL_SESSION_get_time(const SSL_SESSION *s);
#define SSL_get_time(a) SSL_SESSION_get_time(a)