commit | 5e0b2375b20ea1e82f95770f68ae416a8c0de62f | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Dec 08 21:59:30 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Dec 09 19:44:13 2021 +0000 |
tree | 3e6fa20f0c1f2dbe26697b8fe8cf0c34ce9b9900 | |
parent | 3ce1a4cbd2f3ba7c11a48d0f180710a83a1f5c10 [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: CI passes. Change-Id: Icd7a83683e7b9778343b8e14bfcdeb31b9d5144a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.