[][src]Function tabbyssl::libcrypto::bio::tabby_BIO_read_filename

#[no_mangle]pub extern "C" fn tabby_BIO_read_filename(
    bio_ptr: *mut TABBY_BIO<'_>,
    filename_ptr: *const c_char
) -> c_int

BIO_read_filename() sets the file BIO b to use file name for reading.

#include <tabbyssl/openssl/bio.h>

BIO *BIO_read_file(const char *filename);