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
Free an ECPKPARAMETERS object.
Declared in <openssl/ec.h>
void
ECPKPARAMETERS_free(ECPKPARAMETERS* a);
Name |
Description |
a |
Object to free; may be NULL. |
Created with MrDocs