u-boot/lib/aes
Heinrich Schuchardt 3a8b919932 tools: avoid OpenSSL deprecation warnings
Our Gitlab CI buildsystem is set up to treat warnings as errors.
With OpenSSL 3.0 a lot of deprecation warnings occur.

With the patch compatibility with OpenSSL 1.1.1 is declared.
In the long run we should upgrade our code to use the current API.

A -Wdiscarded-qualifiers warning is muted by casting.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2021-12-26 06:57:20 +01:00
..
aes-decrypt.c u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00
aes-encrypt.c tools: avoid OpenSSL deprecation warnings 2021-12-26 06:57:20 +01:00
Makefile u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00