On Sat, Feb 20, 2021 at 12:06:35AM +0500, Илья Шипицин wrote: > Hello, > > another "get rid of HA_OPENSSL_VERSION" cleanup. > > Ilya
> From 51b86c8b776b3462546a4037bf3a5022ccf6b709 Mon Sep 17 00:00:00 2001 > From: Ilya Shipitsin <[email protected]> > Date: Fri, 19 Feb 2021 23:42:53 +0500 > Subject: [PATCH] BUILD: SSL: introduce fine guard for > RAND_keep_random_devices_open > > RAND_keep_random_devices_open is OpenSSL specific function, not > implemented in LibreSSL and BoringSSL. Let us define guard > HAVE_SSL_RAND_KEEP_RANDOM_DEVICES_OPEN in include/haproxy/openssl-compat.h > That guard does not depend anymore on HA_OPENSSL_VERSION Thanks, merged! -- William Lallemand

