skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: BIO_f_md BIO_f_md
go to next page: BIO_f_sslBIO_f_ssl
end of book navigation links


BIO_f_null
Description
Notes
Return Values
See Also
 

NAME

BIO_f_null - null filter

Synopsis  

#include <openssl/bio.h>
BIO_METHOD * BIO_f_null(void);


return to top 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.


return to top NOTES  

As may be apparent a null filter BIO is not particularly useful.


return to top RETURN VALUES  

BIO_f_null() returns the null filter BIO method.


return to top SEE ALSO  

None.
go to previous page: BIO_f_md BIO_f_md
go to next page: BIO_f_sslBIO_f_ssl