Return the SSL filter BIO method that wraps TLS I/O in a BIO.
Synopsis
Declared in <openssl/ssl.h>
BIO_METHOD const*
BIO_f_ssl();
Return Value
Pointer to the static BIO_METHOD for SSL filter BIOs.
Created with MrDocs