EVP_MD_CTX_destroy

Cleans up digest context ctx and frees up the space allocated to it. Should be called only on a context created using EVP_MD_CTX_create().

extern (C)
void
EVP_MD_CTX_destroy

Parameters

ctx EVP_MD_CTX*

the context to be destroyed

Meta