Copies a EC_KEY object.
Declared in <openssl/ec.h>
[[deprecated]]
EC_KEY*
EC_KEY_copy(
EC_KEY* dst,
EC_KEY const* src);
Deprecated. Use of this entity is allowed but discouraged.
dst or NULL if an error occurred.
| Name | Description |
|---|---|
| dst | destination EC_KEY object |
| src | src EC_KEY object |