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
Name |
Description |
md |
Digest method to free, or NULL. |
Created with MrDocs