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
BIO_s_socket, BIO_new_socket — socket BIOSYNOPSIS
#include <openssl/bio.h>BIO_s_socket(void);
BIO_new_socket(int sock, int close_flag);