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
Name |
Description |
pmeth |
Method table to free, or NULL. |
Created with MrDocs