Free an EC_KEY_METHOD.

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
void
EC_KEY_METHOD_free(EC_KEY_METHOD* meth);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

meth

Method table to free; may be NULL.

Created with MrDocs