BIO_F_NULL(3) OpenSSL BIO_F_NULL(3)
BIO_f_null - null filter
#include <openssl/bio.h>
BIO_METHOD * BIO_f_null(void);
BIO_f_null() returns the null filter BIO method. This is a
filter BIO that does nothing.
All requests to a null filter BIO are passed through to the
next BIO in the chain: this means that a BIO chain contain-
ing a null filter BIO behaves just as though the BIO was not
there.
As may be apparent a null filter BIO is not particularly
useful.
BIO_f_null() returns the null filter BIO method.
TBA
MirOS BSD #10-current 2005-02-05 1
Generated on 2012-01-15 18:49:59 by $MirOS: src/scripts/roff2htm,v 1.70 2011/12/03 18:21:12 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2011 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.