EC_KEY_dup

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

extern (C) nothrow @nogc
EC_KEY_dup
(
const(.EC_KEY)* src
)

Parameters

src const(.EC_KEY)*

the source EC_KEY object

Return Value

Type: .EC_KEY*

newly created EC_KEY object or null if an error occurred.

Meta