Frees a EC_POINT object

Synopsis

Declared in <openssl/ec.h>

void
EC_POINT_free(EC_POINT* point);

Parameters

Name

Description

point

EC_POINT object to be freed

Created with MrDocs