Skip to content

Use modern openssl interfaces for calculating MD5 and SHA256 checksum

Allan McRae requested to merge allan/openssl into master

The currently used openssl interfaces for calculating checksums have been deprecated in openssl-3.0. Move to the modern interfaces to avoid build warnings.

Signed-off-by: Allan McRae allan@archlinux.org

Merge request reports