Creates a new EC_KEY object and copies the content from src to it.
Declared in <openssl/ec.h>
<openssl/ec.h>
[[deprecated]] EC_KEY* EC_KEY_dup(EC_KEY const* src);
Deprecated. Use of this entity is allowed but discouraged.
newly created EC_KEY object or NULL if an error occurred.