BIO_f_null

NAME
BIO_f_null - null filter SYNOPSIS
#include <openssl/bio.h> BIO_METHOD * BIO_f_null(void); DESCRIPTION
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 containing a null filter BIO behaves just as though the BIO was not there. NOTES
As may be apparent a null filter BIO is not particularly useful. RETURN VALUES
BIO_f_null() returns the null filter BIO method. SEE ALSO
TBA 0.9.7b 2001-04-26 BIO_f_null(3)

manual pages:

3 A B C D E F G H I L M N O P Q R S T U W X _
a b c d e f g h i j k l m n o p q r s t u v w x y z



www.osxterminal.com is a website by Andreas Wacker