]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mkimage: fix build with recent LibreSSL
authorMark Kettenis <kettenis@openbsd.org>
Mon, 29 Aug 2022 11:34:01 +0000 (13:34 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 31 Aug 2022 16:21:47 +0000 (12:21 -0400)
commit1a4af2d9507b54ccf91d5616d5544915f695e64d
tree9ad0a27be278f11ab450ac0c277aeab6edc18329
parent5acfdfbd43bfc4964dade2f8b085b26dc24a9dcd
tools: mkimage: fix build with recent LibreSSL

LibreSSL 3.5.0 and later (also shipped as part of OpenBSD 7.1 and
and later) have an opaque RSA object and do provide the
RSA_get0_* functions that OpenSSL provides.

Fixes: 2ecc354b8e46 ("tools: mkimage: fix build with LibreSSL")
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Jonathan Gray <jsg@jsg.id.au>
tools/sunxi_toc0.c