[#SHA224_Final] = SHA224_Final :mrdocs: Place the SHA‐224 digest into `md` and clear `c` (deprecated). == Synopsis Declared in `<openssl/sha.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SHA224_Final( unsigned char* md, xref:SHA256_CTX.adoc[SHA256_CTX]* c); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success. == Parameters [cols="1,4"] |=== | Name| Description | *md* | Buffer of at least SHA224_DIGEST_LENGTH bytes receiving the digest. | *c* | SHA‐224/256 context previously updated with SHA224_Update. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#