BIO_clear_flags

Clear the given BIO_FLAGS_* bits from a BIO.

Synopsis

Declared in <openssl/bio.h>

void
BIO_clear_flags(
    BIO* b,
    int flags);

Parameters

NameDescription
bBIO whose flags are updated.
flagsBitmask of BIO_FLAGS_* values to clear.