
22 Feb
2017
22 Feb
'17
4:59 a.m.
On 13 February 2017 at 02:00, Jelle van der Waa jelle@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@vdwaa.nl
lib/rsa/rsa-sign.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org