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