Finalize a SHA-1 digest into md and clear c (deprecated; prefer EVP_DigestFinal_ex).
Deprecated. Use of this entity is allowed but discouraged.
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| md | Output buffer of at least SHA_DIGEST_LENGTH (20) bytes. |
| c | Context previously updated with SHA1_Update(). |