EVP_CIPHER_meth_free

Free a custom EVP_CIPHER created with EVP_CIPHER_meth_new() (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
void
EVP_CIPHER_meth_free(EVP_CIPHER* cipher);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
cipherCipher method to free, or NULL.