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_set_connect_state, SSL_set_accept_state, SSL_is_server — prepare SSL object to work in client or server modeSYNOPSIS
#include <openssl/ssl.h>SSL_set_connect_state(SSL *ssl);
SSL_set_accept_state(SSL *ssl);
SSL_is_server(const SSL *ssl);