Finalise an MDC-2 digest and write the 16-byte result (deprecated).
Declared in <openssl/mdc2.h>
[[deprecated]]
int
MDC2_Final(
unsigned char* md,
MDC2_CTX* c);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Destination buffer for the MDC2_DIGEST_LENGTH-byte digest. |
| c | MDC-2 context to finalise (must have been initialised). |