commit | affd1b980aa03be038e2d4504ec8b0bad7ea253d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 09 13:53:28 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 09 13:55:33 2019 +0200 |
tree | 99348a494aa2528b60f584ef20971cd1f757f4a2 | |
parent | d9986ed51eb519c167488d06886e6aab2c5d363d [diff] |
BUILD: ssl: fix again a libressl build failure after the openssl FD leak fix As with every single OpenSSL fix, LibreSSL build broke again, this time after commit 56996dabe ("BUG/MINOR: mworker/ssl: close OpenSSL FDs on reload"). A definitive solution will have to be found quickly. For now, let's exclude libressl from the version test. This patch must be backported to 1.9 since the fix above was already backported there.