]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI : travis-ci : prepare for using stock OpenSSL
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 29 Jul 2020 20:39:24 +0000 (01:39 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Jul 2020 05:36:52 +0000 (07:36 +0200)
commit73b520b958be4ee79b4f09a32d6718a13dc2d1fd
treeb38f70e298a1557310d04bf5f92fffe3af45a96e
parent4002f8dc03d9825e8504c18648d9fc3d5a41ee99
CI : travis-ci : prepare for using stock OpenSSL

initially SSL_LIB and SSL_INC were set globally and we assumed
that any OpenSSL variant is supposed to be built using "script/build-ssl.sh".

starting with ARM64 build we use stock openssl, also it makes sense
to use stock openssl for 1.1.1 builds for velocity sake.

Let us make stock openssl lib first class citizen.

SSL_LIB and SSL_INC are only set when custom openssl variant
is built.
.travis.yml