Connect socket sock to addr, applying BIO_SOCK_* options.
sock
addr,
options.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_connect( int sock, BIO_ADDR const* addr, int options);
1 on success, or 0 on failure.