BIO_set_flags

Set the given flag bits on a BIO (bitwise OR into the BIO's flags).

Synopsis

Declared in <openssl/bio.h>

void
BIO_set_flags(
    BIO* b,
    int flags);

Parameters

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