[#EC_KEY_get_flags] = EC_KEY_get_flags :mrdocs: Return the flag bits currently set on an EC_KEY (deprecated). == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int EC_KEY_get_flags(xref:EC_KEY.adoc[EC_KEY] const* key); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Bitmask of EC_FLAG_* values, or 0 if none are set. == Parameters [cols="1,4"] |=== | Name| Description | *key* | Elliptic‐curve key object to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#