EVP_MD_meth_free

Free a custom EVP_MD method created with EVP_MD_meth_new (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
void
EVP_MD_meth_free(EVP_MD* md);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
mdDigest method to free, or NULL.