![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| BIO_f_null(3)
NAMEBIO_f_null - null filter
SYNOPSIS#include <openssl/bio.h> BIO_METHOD * BIO_f_null(void);
DESCRIPTION
All requests to a null filter BIO are passed through to the next BIO in the chain: this means that a BIO chain containing a null filter BIO behaves just as though the BIO was not there.
NOTESAs may be apparent a null filter BIO is not particularly useful.
RETURN VALUES
SEE ALSOTBA | |||||||||||||||||||