PEM_write_bio_SSL_SESSION
LSSL_USED(PEM_write_bio_SSL_SESSION);
int PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x);
LSSL_ALIAS(PEM_write_bio_SSL_SESSION);
if (PEM_write_bio_SSL_SESSION(bio, ss) == 0)
PEM_write_bio_SSL_SESSION(stmp,
PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
i = PEM_write_bio_SSL_SESSION(out, x);
PEM_write_bio_SSL_SESSION(f, session);