[#BIO_clear_flags] = BIO_clear_flags :mrdocs: Clear the given BIO_FLAGS_* bits from a BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BIO_clear_flags( xref:BIO.adoc[BIO]* b, int flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | BIO whose flags are updated. | *flags* | Bitmask of BIO_FLAGS_* values to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#