[#EVP_MD_get_flags] = EVP_MD_get_flags :mrdocs: Return the flag bits associated with a digest method. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned long EVP_MD_get_flags(xref:EVP_MD.adoc[EVP_MD] const* md); ---- == Return Value Bitmask of EVP_MD_FLAG_* values. == Parameters [cols="1,4"] |=== | Name| Description | *md* | Digest method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#