Return the BIO_METHOD for a logging sink BIO (writes to the system log).
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_log();
Return Value
Pointer to the static log BIO method for use with BIO_new().
Created with MrDocs