Return the final callback from a custom EVP_MD method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int(*
EVP_MD_meth_get_final(EVP_MD const* md))(EVP_MD_CTX*, unsigned char*);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the finalization callback, or NULL if unset.
| Name | Description |
|---|---|
| md | Digest method to query. |