]> git.baikalelectronics.ru Git - uboot.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)
commitf0dde845fa846137e1e63348890ddbfacd8b8a92
tree9ad0a27be278f11ab450ac0c277aeab6edc18329
parentb62c62051f8a7514d0832b152c64d2f21a5242af
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: 02262f015483 ("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