Copies EC_POINT object
Synopsis
Declared in <openssl/ec.h>
int
EC_POINT_copy(
EC_POINT* dst,
EC_POINT const* src);
Return Value
1 on success and 0 if an error occurred
Parameters
Name |
Description |
dst |
destination EC_POINT object |
src |
source EC_POINT object |
Created with MrDocs