aboutsummaryrefslogtreecommitdiff
path: root/libs/libssh2/Config.in
Commit message (Collapse)AuthorAge
* libssh2: switch default to OpenSSL and fix dependsSebastian Kemper2020-05-11
| | | | | | | | | | | | | | | | | | All packages in the tree that depend on libssh2 _and_ have their own dependency on a TLS library, depend on OpenSSL by default. It makes sense for the libssh2 package to default to OpenSSL as well. This way it does not pull in a second TLS library. Also, the OpenSSL dependency is changed to "+!LIBSSH2_MBEDTLS:libopenssl", which fixes build issues in case libssh2 is not selected but built anyway. And last, Config.in file is removed and its content added to the Makefile instead. Closes #12108 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libssh2: Make crypto backends selectableSebastian Kemper2018-02-03
This adds a choice to menuselect so people can select if they would like to compile libssh2 against mbedtls (default) or openssl. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>