Re: [PATCH] fix boringssl build

2020-06-26 Thread Илья Шипицин
funny thing was missing closing bracket https://github.com/haproxy/haproxy/commit/f44d1555155b817bb9c5dbfbc2638901627484ca#diff-58dab9838e221a91b7544b3d466304c1L102 I guess we did not test that condition in the wild пт, 26 июн. 2020 г. в 13:33, William Lallemand : > On Fri, Jun 26, 2020 at

Re: [PATCH] fix boringssl build

2020-06-26 Thread William Lallemand
On Fri, Jun 26, 2020 at 01:25:42PM +0500, Илья Шипицин wrote: > пт, 26 июн. 2020 г. в 13:18, William Lallemand : > > > Hello, > > > > On Sat, Jun 20, 2020 at 11:42:57PM +0500, Илья Шипицин wrote: > > > include/haproxy/openssl-compat.h | 7 +++ > > > 1 file changed, 3 insertions(+), 4

Re: [PATCH] fix boringssl build

2020-06-26 Thread Илья Шипицин
пт, 26 июн. 2020 г. в 13:18, William Lallemand : > Hello, > > On Sat, Jun 20, 2020 at 11:42:57PM +0500, Илья Шипицин wrote: > > include/haproxy/openssl-compat.h | 7 +++ > > 1 file changed, 3 insertions(+), 4 deletions(-) > > > > diff --git a/include/haproxy/openssl-compat.h >

Re: [PATCH] fix boringssl build

2020-06-26 Thread William Lallemand
Hello, On Sat, Jun 20, 2020 at 11:42:57PM +0500, Илья Шипицин wrote: > include/haproxy/openssl-compat.h | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/include/haproxy/openssl-compat.h > b/include/haproxy/openssl-compat.h > index 34fe6cb76..acdc9c5bc 100644 >

[PATCH] fix boringssl build

2020-06-20 Thread Илья Шипицин
Hello, BoringSSL builds are broken https://travis-ci.com/github/haproxy/haproxy/jobs/351670996 I attached the fix. Cheers, Ilya Shipitcin From 39527ba53557aaf8a031401f00b6b217bec2935e Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 20 Jun 2020 23:38:37 +0500 Subject: [PATCH] BUILD: