Copies a EC_KEY object.

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_KEY*
EC_KEY_copy(
    EC_KEY* dst,
    EC_KEY const* src);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

dst or NULL if an error occurred.

Parameters

Name

Description

dst

destination EC_KEY object

src

src EC_KEY object

Created with MrDocs