Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_SESSION_print, SSL_SESSION_print_fp — print some properties of an SSL_SESSION objectSYNOPSIS
#include <openssl/ssl.h>SSL_SESSION_print(BIO *bp, const SSL_SESSION *session);
SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *session);