commit | d9a16dc0f2df946ede5d04f9aa06b396d6f6cf66 | [log] [tgz] |
---|---|---|
author | Ilya Shipitsin <chipitsine@gmail.com> | Sat Nov 21 23:10:53 2020 +0500 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Nov 24 09:54:44 2020 +0100 |
tree | 86056057f7a2b025aaf04e7290fc2ae308420df5 | |
parent | f04a89c5497c3b7e9edd0797fdfc4c9f68c29850 [diff] |
BUILD: SSL: add BoringSSL guarding to "RAND_keep_random_devices_open" "RAND_keep_random_devices_open" is OpenSSL specific, does not present in other OpenSSL variants like LibreSSL or BoringSSL. BoringSSL recently "updated" its internal openssl version to 1.1.1, we temporarily set it back to 1.1.0, as we are going to remove that hack, let us add proper guarding.