[U-Boot] [PATCH 2/2] rsa: Fix deprecated warnings for OpenSSL 1.1.x
Simon Glass
sjg at chromium.org
Wed Feb 22 03:59:08 UTC 2017
On 13 February 2017 at 02:00, Jelle van der Waa <jelle at vdwaa.nl> wrote:
> ERR_remove_thread_state is deprecated in OpenSSL 1.1.x and does not do
> anything anymore. Thread initialisation and deinitialisation is now
> handled by the OpenSSL library.
>
> Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
> ---
> lib/rsa/rsa-sign.c | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list