xref: /OK3568_Linux_fs/buildroot/package/libressl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1if BR2_PACKAGE_LIBRESSL
2
3config BR2_PACKAGE_LIBRESSL_BIN
4	bool "openssl binary"
5	help
6	  Install the openssl binary to the target file system. This is
7	  a command line tool for doing various cryptographic stuff.
8
9endif
10