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 2008-12-26 21:13:42 by $MirOS: src/scripts/roff2htm,v 1.57 2008/12/09 22:04:51 tg Exp $
These manual pages are copyrighted
by their respective writers; their source is available at our CVSweb, AnonCVS, and other mirrors.
The rest is Copyright © 2002-2008 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.