[#EC_KEY_set_flags] = EC_KEY_set_flags :mrdocs: Set the given flag bits on an EC_KEY (deprecated; OR'd with existing flags). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void EC_KEY_set_flags( xref:EC_KEY.adoc[EC_KEY]* key, 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 | *key* | Elliptic‐curve key object to update. | *flags* | Flag mask such as EC_FLAG_COFACTOR_ECDH or EC_FLAG_CHECK_NAMED_GROUP. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#