[#BIO_f_ssl] = BIO_f_ssl :mrdocs: Return the SSL filter BIO method that wraps TLS I/O in a BIO. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_f_ssl(); ---- == Return Value Pointer to the static BIO_METHOD for SSL filter BIOs. [.small]#Created with https://www.mrdocs.com[MrDocs]#