]> git.baikalelectronics.ru Git - uboot.git/commit
tools: avoid OpenSSL deprecation warnings
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 18 Dec 2021 10:25:12 +0000 (11:25 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Dec 2021 05:57:20 +0000 (06:57 +0100)
commit5f65ccd3cc06c4d9bbd8f74757a05b27fbac5b9b
tree67d5e3f32660d1bae71f7c21d93703c3de9776c1
parentf74917e6e44fb1158128275ed8c1edd25bf0a5ff
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>
lib/aes/aes-encrypt.c
lib/ecdsa/ecdsa-libcrypto.c
lib/rsa/rsa-sign.c
tools/kwbimage.c