Finish an MD5 message digest and write the 16-byte result (deprecated).
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Output buffer for the digest (must hold at least 16 bytes). |
| c | MD5 context initialized with MD5_Init() and updated with MD5_Update(). |