Free an ECPKPARAMETERS object.

Synopsis

Declared in <openssl/ec.h>

void
ECPKPARAMETERS_free(ECPKPARAMETERS* a);

Parameters

Name

Description

a

Object to free; may be NULL.

Created with MrDocs