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 @nogc
EC_GROUP_dup
(
const(.EC_GROUP)* src
)

Meta