From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 21 Feb 2017 20:59:08 -0700 Subject: [U-Boot] [PATCH 2/2] rsa: Fix deprecated warnings for OpenSSL 1.1.x In-Reply-To: <20170213090037.29223-2-jelle@vdwaa.nl> References: <20170213090037.29223-1-jelle@vdwaa.nl> <20170213090037.29223-2-jelle@vdwaa.nl> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) Reviewed-by: Simon Glass