SSL_SESSION_print_fp
LSSL_USED(SSL_SESSION_print_fp);
int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);
LSSL_ALIAS(SSL_SESSION_print_fp);
if (SSL_SESSION_print_fp(stdout, session) <= 0)
if (SSL_SESSION_print_fp(stdout, session) <= 0)