EC_KEY_free

Frees a EC_KEY object.

extern (C) nothrow @nogc
void
EC_KEY_free

Parameters

key .EC_KEY*

EC_KEY object to be freed.

Meta