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_num_renegotiations, SSL_clear_num_renegotiations, SSL_total_renegotiations — renegotiation countersSYNOPSIS
#include <openssl/ssl.h>SSL_num_renegotiations(SSL *ssl);
SSL_clear_num_renegotiations(SSL *ssl);
SSL_total_renegotiations(SSL *ssl);