[#EVP_sha1] = EVP_sha1 :mrdocs: Return the SHA‐1 digest method (160‐bit output). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_MD.adoc[EVP_MD] const* EVP_sha1(); ---- == Return Value Pointer to the static SHA‐1 EVP_MD. [.small]#Created with https://www.mrdocs.com[MrDocs]#