libssh: indentation cleanup in Config.in

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jerzy Grzegorek 2015-09-28 23:27:24 +02:00 committed by Thomas Petazzoni
parent 2afd37dc82
commit 9eef3ab93e

View File

@ -1,12 +1,12 @@
config BR2_PACKAGE_LIBSSH config BR2_PACKAGE_LIBSSH
bool "libssh" bool "libssh"
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
# Either OpenSSL or libgcrypt are mandatory # Either OpenSSL or libgcrypt are mandatory
select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
help help
libssh is a multiplatform C library implementing the SSHv2 libssh is a multiplatform C library implementing the SSHv2
and SSHv1 protocol on client and server side. With libssh, and SSHv1 protocol on client and server side. With libssh,
you can remotely execute programs, transfer files, use a you can remotely execute programs, transfer files, use a
secure and transparent tunnel for your remote applications. secure and transparent tunnel for your remote applications.
http://www.libssh.org/ http://www.libssh.org/