Allocate a new EC_KEY_METHOD, optionally copying meth.
Declared in <openssl/ec.h>
[[deprecated]]
EC_KEY_METHOD*
EC_KEY_METHOD_new(EC_KEY_METHOD const* meth);
Deprecated. Use of this entity is allowed but discouraged.
A newly allocated method table, or NULL on error.
| Name | Description |
|---|---|
| meth | Method to copy, or NULL for an empty method table. |