BIO_f_nullSection: OpenSSL (3)Updated: 2000-09-14 |
BIO_f_nullSection: OpenSSL (3)Updated: 2000-09-14 |
#include <openssl/bio.h>
BIO_METHOD * BIO_f_null(void);
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.