Creates a new EC_POINT object and copies the content of the supplied EC_POINT
Declared in <openssl/ec.h>
EC_POINT*
EC_POINT_dup(
EC_POINT const* src,
EC_GROUP const* group);
newly created EC_POINT object or NULL if an error occurred
| Name | Description |
|---|---|
| src | source EC_POINT object |
| group | underlying the EC_GROUP object |