EC_GROUP_copy

Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD.

extern (C) nothrow @nogc
int
EC_GROUP_copy
(,
const(.EC_GROUP)* src
)

Parameters

dst .EC_GROUP*

destination EC_GROUP object

src const(.EC_GROUP)*

source EC_GROUP object

Return Value

Type: int

1 on success and 0 if an error occurred.

Meta