EC_GROUP_copy

Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD. \param dst destination EC_GROUP object \param src source EC_GROUP object \return 1 on success and 0 if an error occurred.

extern (C) nothrow
int
EC_GROUP_copy

Meta