Handbook
Glossary
BIO_new_socket ( fd close-flag -- BIO* )
Vocabulary
openssl
.
libcrypto
Inputs
fd
an
object
close-flag
an
object
Outputs
BIO*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
BIO*
BIO_new_socket
(
int
fd,
int
close-flag )