[PATCH] tools: mkimage: don't use deprecated openssl funcs
Simon Glass
sjg at chromium.org
Fri Jul 22 10:59:58 CEST 2022
Hi Michal,
On Thu, 21 Jul 2022 at 11:14, Michal Vasilek <michal.vasilek at nic.cz> wrote:
>
> RSA_get0_* functions are not available in LibreSSL and deprecated in
> OpenSSL. This fixes build with LibreSSL and removes deprecation warnings
> with OpenSSL 3
>
> Signed-off-by: Michal Vasilek <michal.vasilek at nic.cz>
> ---
> tools/sunxi_toc0.c | 28 ++++++++++++++--------------
> 1 file changed, 14 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
It looks like this should be backwards compatible to older versions, also?
Regards,
Simon
More information about the U-Boot
mailing list