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

#[no_mangle]pub extern "C" fn tabby_BIO_set_close(
    bio_ptr: *mut TABBY_BIO<'_>,
    flag: c_long
) -> c_int

BIO_set_close() sets the BIO b close flag to flag

#include <tabbyssl/openssl/bio.h>

int BIO_set_close(BIO *b, long flag);