Re: [PATCH] tools: mkimage: don't use deprecated openssl funcs

2022-08-04 Thread Tom Rini
On Thu, Jul 21, 2022 at 07:11:47PM +0200, Michal Vasilek 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 > Reviewed-by: Simon Glass This b

Re: [PATCH] tools: mkimage: don't use deprecated openssl funcs

2022-07-22 Thread Simon Glass
Hi Michal, On Thu, 21 Jul 2022 at 11:14, Michal Vasilek 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 > --- > tools/sunxi_toc0.c | 28 +

[PATCH] tools: mkimage: don't use deprecated openssl funcs

2022-07-21 Thread Michal Vasilek
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 --- tools/sunxi_toc0.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-)