Wrap a stdio FILE* in a BIO_s_file() BIO.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new_fp( FILE* stream, int close_flag);
New file BIO, or NULL on error.
stream