diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2017-07-10 20:35:54 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-11 21:34:56 +0200 |
| commit | 714df4cfed026cee2949131062e499b6c0fadd5d (patch) | |
| tree | ed0e6cc992b81b4ebc0a158b028c01834b687377 /package/libssh2/Config.in | |
| parent | cf9b7cedac14de7cf5650589bf4c37635b5438a9 (diff) | |
| download | buildroot-714df4cfed026cee2949131062e499b6c0fadd5d.tar.gz buildroot-714df4cfed026cee2949131062e499b6c0fadd5d.zip | |
libssh2: add mbedtls backend
libssh2 support mbedtls as crypto back-end library since version 1.8.0.
Default to mbedtls since it's smaller than either libgcrypt or openssl.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh2/Config.in')
| -rw-r--r-- | package/libssh2/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libssh2/Config.in b/package/libssh2/Config.in index 2944624e0a..9b60823e7a 100644 --- a/package/libssh2/Config.in +++ b/package/libssh2/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBSSH2 bool "libssh2" - select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT + select BR2_PACKAGE_OPENSSL if !(BR2_PACKAGE_MBEDTLS || BR2_PACKAGE_LIBGCRYPT) help libssh2 is a client-side C library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS(22), |

