]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: allow setting the default SSL backend
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 24 Aug 2017 20:26:48 +0000 (22:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Aug 2017 20:56:50 +0000 (22:56 +0200)
commitc7170e20d0a18ec8a514b4daa53bcdbb4dcb3a05
tree4d446243f309595c4464b20d739cec560492f8bc
parent3063254e32717dab0208baf14648e9685cc2cbc1
configure: allow setting the default SSL backend

Previously, we used as default SSL backend whatever was first in the
`available_backends` array.

However, some users may want to override that default without patching
the source code.

Now they can: with the --with-default-ssl-backend=<backend> option of
the ./configure script.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
configure.ac
lib/vtls/vtls.c