Free an application-defined EVP_PKEY_METHOD allocated with EVP_PKEY_meth_new (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
void
EVP_PKEY_meth_free(EVP_PKEY_METHOD* pmeth);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| pmeth | Method table to free, or NULL. |