EVP_PKEY_meth_free

Free an application-defined EVP_PKEY_METHOD allocated with EVP_PKEY_meth_new (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
void
EVP_PKEY_meth_free(EVP_PKEY_METHOD* pmeth);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
pmethMethod table to free, or NULL.