]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: travis-ci: replace not defined SSL_LIB, SSL_INC for BotringSSL builds
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 11 Oct 2020 18:42:51 +0000 (23:42 +0500)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Oct 2020 19:12:33 +0000 (21:12 +0200)
commit6b736b4476a78f63b9eb94ec37ba0ae252b268aa
tree094564f8d182f84fb457c37d2b509fec4cb471d3
parentb7ffe1975aa567309d6a788212d4d5c22814481d
CI: travis-ci: replace not defined SSL_LIB, SSL_INC for BotringSSL builds

after 73b520b958be4ee79b4f09a32d6718a13dc2d1fd variables SSL_LIB, SSL_INC
are not set, but still used by BoringSSL builds. That leads to error
(I wish we could stop on such errors) and using stock openssl instead
of boringssl
scripts/build-ssl.sh