Return the BIO_METHOD for a TCP connect (client) socket BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_connect();
Return Value
Pointer to the static connect BIO method for use with BIO_new().
Created with MrDocs