Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checksum.c: Use the EVP API to compute the MD5 checksum
As MD5 function has been marked as deprecated in OpenSSL 3.0, this change uses EVP (Envelope) API to compute the MD5 checksum. Reference: https://www.openssl.org/docs/man1.0.2/man3/EVP_md5.html Fixes: gluster#4243 Signed-off-by: root <root@li-9b8608cc-32eb-11b2-a85c-953d7297bf45.ibm.com>
- Loading branch information