Return the BIO_METHOD for stdio FILE‐backed source/sink BIOs.

Synopsis

Declared in <openssl/bio.h>

BIO_METHOD const*
BIO_s_file();

Return Value

Pointer to the internal file BIO method table.

Created with MrDocs