Creates a new EC_KEY object. Same as calling EC_KEY_new_ex with a NULL library context
Declared in <openssl/ec.h>
<openssl/ec.h>
[[deprecated]] EC_KEY* EC_KEY_new();
Deprecated. Use of this entity is allowed but discouraged.
EC_KEY object or NULL if an error occurred.