[#EC_KEY_new] = EC_KEY_new :mrdocs: Creates a new EC_KEY object. Same as calling EC_KEY_new_ex with a NULL library context == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:EC_KEY.adoc[EC_KEY]* EC_KEY_new(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value EC_KEY object or NULL if an error occurred. [.small]#Created with https://www.mrdocs.com[MrDocs]#