Re: [U-Boot] [PATCH 2/2] rsa: Fix deprecated warnings for OpenSSL 1.1.x

2017-02-21 Thread Simon Glass
On 13 February 2017 at 02:00, Jelle van der Waa 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 > --- > lib/rsa/rsa-sign.c

[U-Boot] [PATCH 2/2] rsa: Fix deprecated warnings for OpenSSL 1.1.x

2017-02-13 Thread Jelle van der Waa
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 --- lib/rsa/rsa-sign.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff -