Re: [U-Boot] [PATCH] rsa-sign: Fix build against libressl

2018-04-19 Thread Jonathan Gray
On Wed, Apr 18, 2018 at 10:37:43PM +0200, Hauke Mehrtens wrote: > Libressl implements the OpenSSL 1.1 API partially and improved the > support with version 2.7. For some code we have to take use the OpenSSL > 1.0 API and for some parts the OpenSSL 1.1 API can be used. > This was compile tested

[U-Boot] [PATCH] rsa-sign: Fix build against libressl

2018-04-18 Thread Hauke Mehrtens
Libressl implements the OpenSSL 1.1 API partially and improved the support with version 2.7. For some code we have to take use the OpenSSL 1.0 API and for some parts the OpenSSL 1.1 API can be used. This was compile tested against libressl 2.6.4 and 2.7.2. Signed-off-by: Hauke Mehrtens