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

Name

Description

b

BIO whose flags are updated.

flags

Bitmask of BIO_FLAGS_* values to set.

Created with MrDocs