[#ENGINE_get_digest] = ENGINE_get_digest :mrdocs: Return the EVP_MD that `e` provides for algorithm `nid.` == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:EVP_MD.adoc[EVP_MD] const* ENGINE_get_digest( xref:ENGINE.adoc[ENGINE]* e, int nid); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Matching EVP_MD, or NULL if `e` does not implement `nid.` == Parameters [cols="1,4"] |=== | Name| Description | *e* | ENGINE whose digests handler is queried. | *nid* | NID of the digest algorithm to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#