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
EC_KEY_dup
(
const(EC_KEY)* src
)

Meta