Clear the given BIO_FLAGS_* bits from a BIO.

Synopsis

Declared in <openssl/bio.h>

void
BIO_clear_flags(
    BIO* b,
    int flags);

Parameters

Name

Description

b

BIO whose flags are updated.

flags

Bitmask of BIO_FLAGS_* values to clear.

Created with MrDocs