commit | 9490cedb4eee0d3c72d4cb6eb57520beabaabe83 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Mon Mar 20 11:39:57 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 20 12:01:44 2017 +0100 |
tree | c3196e2856a93a246a36488319ce5dd1d299d538 | |
parent | a52bb15cc78ecf07f2c4be3f6e5aba417dafd098 [diff] |
BUILD: ssl: fix OPENSSL_NO_SSL_TRACE for boringssl and libressl "sample-fetch which captures the cipherlist" patch introduce #define do deal with trace functions only available in openssl > 1.0.2. Add this #define to libressl and boringssl environment. Thanks to Piotr Kubaj for postponing and testing with libressl.