[#EC_POINT_new] = EC_POINT_new :mrdocs: Creates a new EC_POINT object for the specified EC_GROUP == Synopsis Declared in `<openssl/ec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EC_POINT.adoc[EC_POINT]* EC_POINT_new(xref:EC_GROUP.adoc[EC_GROUP] const* group); ---- == Return Value newly created EC_POINT object or NULL if an error occurred == Parameters [cols="1,4"] |=== | Name| Description | *group* | EC_GROUP the underlying EC_GROUP object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#