On Fri, May 03, 2019 at 10:49:54AM +0000, Robert Allen1 wrote: > For the sake of the list, the patch now looks like: > > +#if defined(USE_OPENSSL) && (OPENSSL_VERSION_NUMBER >= 0x10101000L) > + if (global.ssl_used_frontend || global.ssl_used_backend) > + /* close random device FDs */ > + RAND_keep_random_devices_open(0); > +#endif > > and requests a backport to 1.8 and 1.9 where we noticed this issue (and > which > include the re-exec for reload code, if I followed its history > thoroughly). > > Rob >
I pushed the patch in master, thanks. -- William Lallemand

