commit | 564bc90d8c0702ed309622a7457ebea65ba5ac13 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 08 10:17:23 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 08 10:29:57 2021 -0600 |
tree | d8b43a7cfd33c1f33f51544b56be7d7a4a684fda | |
parent | d75c869d07a31626fe876c244ec978662326245b [diff] |
openssl: stop using deprecated SHA512_* functions The openssl/sha.h header is deprecated for OpenSSL 3 along with all the functions in it. Switch to use the EVP_MD interfaces. Tested: This code purposefully only changes the production code so that the test cases still use the old SHA512 functions and confirm the two have matching results. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91959eef65793f1092536f7e4c027839ce6cdf52
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.