xref: /OK3568_Linux_fs/buildroot/package/stunnel/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_STUNNEL
2	bool "stunnel"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_OPENSSL
5	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
6	help
7	  Stunnel is a program that wraps any TCP connection with an SSL
8	  connection.
9
10	  http://www.stunnel.org/
11