diff options
author | Chris Palmer <palmer@chromium.org> | 2023-04-06 16:55:50 -0700 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-04-10 18:09:57 +0000 |
commit | c0d219f6a26a3c379f90201dff4dac8f93c13467 (patch) | |
tree | 5230d1301f42b01e32957a9c337b2434ab704a27 /Makefile | |
parent | 44a748a92f840bc3d4f74ae3b22a8f080d755441 (diff) | |
download | chrome-ec-c0d219f6a26a3c379f90201dff4dac8f93c13467.tar.gz |
gsctool: Use OpenSSL EVP API for compat
The primitive `SHA_*` functions are marked deprecated in OpenSSL v3,
which causes the build to fail (warnings treated as errors, as is good
and proper). Using the EVP APIs should work both with OSSL v1 and v3,
enabling us to upgrade to 3.
BUG=b:275420721
TEST=builds and tests pass
Change-Id: I709309f9aadd2ec238d69ba40b4947619b0463c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4405312
Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Tested-by: Chris Palmer <palmer@chromium.org>
Commit-Queue: Chris Palmer <palmer@chromium.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions