NAME
BIO_s_socket, BIO_new_socket — socket BIOSYNOPSIS
#include <openssl/bio.h>BIO_s_socket(void);
BIO_set_fd(BIO *b, int fd, long close_flag);
BIO_get_fd(BIO *b, int *c);
BIO_new_socket(int sock, int close_flag);
Copyright 2011-2024 Jonas 'Sortie'
Termansen and contributors. Sortix is free software under the ISC license. |
#sortix on irc.sortix.org @sortix_org |