Free an ECPARAMETERS object.

Synopsis

Declared in <openssl/ec.h>

void
ECPARAMETERS_free(ECPARAMETERS* a);

Parameters

Name

Description

a

Object to free; may be NULL.

Created with MrDocs