Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-18 Thread Hauke Mehrtens
On 03/18/2018 01:33 AM, Jonathan Gray wrote: > On Sat, Mar 17, 2018 at 05:24:47PM +0100, Marek Vasut wrote: >> On 03/17/2018 04:09 PM, Hauke Mehrtens wrote: >>> On 03/17/2018 03:47 PM, Marek Vasut wrote: On 03/17/2018 01:23 PM, Hauke Mehrtens wrote: > The mxsimage utility fails to compile

Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-18 Thread Hauke Mehrtens
On 03/17/2018 03:47 PM, Marek Vasut wrote: > On 03/17/2018 01:23 PM, Hauke Mehrtens wrote: >> The mxsimage utility fails to compile against LibreSSL because LibreSSL >> says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1 >> interface. > > The mxsimage does support OpenSSL 1.1

[U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-18 Thread Hauke Mehrtens
The mxsimage utility fails to compile against LibreSSL because LibreSSL says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1 interface. Signed-off-by: Hauke Mehrtens --- tools/mxsimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-18 Thread Jonathan Gray
On Sun, Mar 18, 2018 at 01:55:29AM +0100, Hauke Mehrtens wrote: > On 03/18/2018 01:33 AM, Jonathan Gray wrote: > > On Sat, Mar 17, 2018 at 05:24:47PM +0100, Marek Vasut wrote: > >> On 03/17/2018 04:09 PM, Hauke Mehrtens wrote: > >>> On 03/17/2018 03:47 PM, Marek Vasut wrote: > On 03/17/2018

Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-17 Thread Jonathan Gray
On Sat, Mar 17, 2018 at 05:24:47PM +0100, Marek Vasut wrote: > On 03/17/2018 04:09 PM, Hauke Mehrtens wrote: > > On 03/17/2018 03:47 PM, Marek Vasut wrote: > >> On 03/17/2018 01:23 PM, Hauke Mehrtens wrote: > >>> The mxsimage utility fails to compile against LibreSSL because LibreSSL > >>> says it

Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-17 Thread Marek Vasut
On 03/17/2018 04:09 PM, Hauke Mehrtens wrote: > On 03/17/2018 03:47 PM, Marek Vasut wrote: >> On 03/17/2018 01:23 PM, Hauke Mehrtens wrote: >>> The mxsimage utility fails to compile against LibreSSL because LibreSSL >>> says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1 >>>

Re: [U-Boot] tools/mxsimage: Support building with LibreSSL

2018-03-17 Thread Marek Vasut
On 03/17/2018 01:23 PM, Hauke Mehrtens wrote: > The mxsimage utility fails to compile against LibreSSL because LibreSSL > says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1 > interface. The mxsimage does support OpenSSL 1.1 , the commit message is confusing. Can you