EC_GROUP_dup

Creates a new EC_GROUP object and copies the copies the content form src to the newly created EC_KEY object \param src source EC_GROUP object \return newly created EC_GROUP object or NULL in case of an error.

extern (C) nothrow
EC_GROUP_dup
(
const(EC_GROUP)* src
)

Meta