Add an NSS output format to sess_id to export to export the session id and the master...
[openssl.git] / ssl / ssl.h
index 92ffae95c1d2cfb8912c491fdd9e04e7beedf31d..7d0c7bbe720a27588dfa0f065b3d3610fa65d481 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2235,6 +2235,7 @@ int       SSL_SESSION_print_fp(FILE *fp,const SSL_SESSION *ses);
 #endif
 #ifndef OPENSSL_NO_BIO
 int    SSL_SESSION_print(BIO *fp,const SSL_SESSION *ses);
+int    SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x);
 #endif
 void   SSL_SESSION_free(SSL_SESSION *ses);
 int    i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp);