[#ENGINE_set_flags] = ENGINE_set_flags :mrdocs: Replace the behavioural flags stored on an ENGINE. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int ENGINE_set_flags( xref:ENGINE.adoc[ENGINE]* e, int flags); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE whose flags are updated. | *flags* | Bitmask of ENGINE_FLAGS_* values. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#