Re: [PATCH] openssl-compat: Fix getm_ defines

2019-12-15 Thread William Lallemand
Hello Rosen, On Sun, Dec 15, 2019 at 11:04:37PM -0800, Rosen Penev wrote: > -#if (OPENSSL_VERSION_NUMBER < 0x1010L) || (LIBRESSL_VERSION_NUMBER < > 0x2070L) > +#if (OPENSSL_VERSION_NUMBER < 0x1010L) || \ > + (defined(LIBRESSL_VERSION_NUMBER) && (LIBRESSL_VERSION_NUMBER < >

Re: [PATCH] openssl-compat: Fix getm_ defines

2019-12-15 Thread Илья Шипицин
hello, seems OpenWRT guys here :-) please have a look at https://github.com/haproxy/haproxy/issues/367 (it still misses germ part, I tried things like you send, but reg-tests fail. do you have travis-ci passed ?) also, there's a patch already sent, Lukas Tribus promised to review it пн, 16 дек.

[PATCH] openssl-compat: Fix getm_ defines

2019-12-15 Thread Rosen Penev
LIBRESSL_VERSION_NUMBER evaluates to 0 under OpenSSL, making the condition always true. Check for the define before checking it. Signed-off-by: Rosen Penev --- include/common/openssl-compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/common/openssl-compat.h

Re: .

2019-12-15 Thread Sander Electronics
Это текстовая часть сообщения. Необходима для пользователей устаревших почтовых клиентов

[RFC PATCH] MINOR: debug: allow debug converter in default build

2019-12-15 Thread Lukas Tribus
Currently this debug converter is only enabled when DEBUG_EXPR is defined at build time (which is different than other debug build options and unclear from the documentation). This moves the patch to the default build, so everyone can use it. Can be backported to stable releases (but not