[#MDC2_Final] = MDC2_Final :mrdocs: Finalise an MDC‐2 digest and write the 16‐byte result (deprecated). == Synopsis Declared in `<openssl/mdc2.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int MDC2_Final( unsigned char* md, xref:MDC2_CTX.adoc[MDC2_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, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *md* | Destination buffer for the MDC2_DIGEST_LENGTH‐byte digest. | *c* | MDC‐2 context to finalise (must have been initialised). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#