git: fix build with with no threads
[buildroot-gz.git] / package / libssh2 / Config.in
blob2944624e0a7564ab2e7a035dda3f75f19de0f38c
1 config BR2_PACKAGE_LIBSSH2
2         bool "libssh2"
3         select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
4         help
5           libssh2 is a client-side C library implementing the SSH2
6           protocol as defined by Internet Drafts: SECSH-TRANS(22),
7           SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20),
8           SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10)
10           http://www.libssh2.org/