Creates a new EC_KEY object and copies the content from src to it.

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
EC_KEY*
EC_KEY_dup(EC_KEY const* src);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

newly created EC_KEY object or NULL if an error occurred.

Parameters

Name

Description

src

the source EC_KEY object

Created with MrDocs