[#BIO_new_connect] = BIO_new_connect :mrdocs: Create a BIO_s_connect() BIO configured for `host_port.` == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO.adoc[BIO]* BIO_new_connect(char const* host_port); ---- == Return Value New connect BIO, or NULL on error; free with BIO_free(). == Parameters [cols="1,4"] |=== | Name| Description | *host_port* | Host:port string describing the peer to connect to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#