EC_KEY_dup

Creates a new EC_KEY object and copies the content from src to it. \param src the source EC_KEY object \return newly created EC_KEY object or null if an error occurred.

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

Meta