Return the BIO_METHOD for a null filter that discards writes and yields EOF on reads.

Synopsis

Declared in <openssl/bio.h>

BIO_METHOD const*
BIO_f_null();

Return Value

Pointer to the internal null‐filter method table.

Created with MrDocs