Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD.
Declared in <openssl/ec.h>
<openssl/ec.h>
int EC_GROUP_copy( EC_GROUP* dst, EC_GROUP const* src);
1 on success and 0 if an error occurred.