[#ENGINE_set_table_flags] = ENGINE_set_table_flags :mrdocs: Set the global ENGINE algorithm‐table flags (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ENGINE_set_table_flags(unsigned int flags); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *flags* | Bitmask of ENGINE_TABLE_FLAG_* values (for example ENGINE_TABLE_FLAG_NOINIT). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#