Return the BIO_METHOD for a line‐buffering filter BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_f_linebuffer();
Return Value
Pointer to the static linebuffer filter method.
Created with MrDocs