SSL_SESSION_set_timeout
long SSL_SESSION_set_timeout(SSL_SESSION *s, long t);
#define SSL_set_timeout(a,b) SSL_SESSION_set_timeout((a),(b))