Pádraig Brady <[email protected]> writes:

> A minor naming thing is the openssl docs say:
>
> "The EVP_MD_CTX_create() and EVP_MD_CTX_destroy() functions
>  were renamed to EVP_MD_CTX_new() and EVP_MD_CTX_free() in OpenSSL 1.1.0, 
> respectively."
>
> So it's probably best to use EVP_MD_CTX_new() rather than EVP_MD_CTX_create().
> You already check for new enough openssl as EVP_sha3_224 was only added in 
> openssl 1.1.

Oops, I forgot that you mentioned the naming convention before pushing
[1]. I don't think it is a big deal though. Maybe that will change when
OpenSSL 4.0 becomes a thing.

Anyways, I'll work on the Coreutils patch now. Should only be a few lines.

Collin

[1] 
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=745cf7d95dbe64bcea7d4eed9c81369e1898bb70

Reply via email to