EC_GROUP_dup

Creates a new EC_GROUP object and copies the copies the content form src to the newly created EC_KEY object

extern (C) nothrow @nogc
EC_GROUP_dup
(
const(.EC_GROUP)* src
)

Parameters

src const(.EC_GROUP)*

source EC_GROUP object

Return Value

Type: .EC_GROUP*

newly created EC_GROUP object or null in case of an error.

Meta