[#MDC2_Init] = MDC2_Init :mrdocs: Initialise an MDC‐2 digest context (deprecated). == Synopsis Declared in `<openssl/mdc2.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int MDC2_Init(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 | *c* | Context storage to initialise for a new MDC‐2 hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#