package/libxslt: fix static build
[buildroot-gz.git] / package / openssl / Config.in
blobe08b648ba454a87f5597914d5f39448854e1e182
1 config BR2_PACKAGE_OPENSSL
2         bool "openssl"
3         select BR2_PACKAGE_ZLIB
4         help
5           A collaborative effort to develop a robust, commercial-grade, fully
6           featured, and Open Source toolkit implementing the Secure Sockets
7           Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
8           full-strength general-purpose cryptography library.
10           http://www.openssl.org/
12           Note: Some helper scripts need perl.
14 if BR2_PACKAGE_OPENSSL
16 config BR2_PACKAGE_OPENSSL_BIN
17         bool "openssl binary"
18         help
19           Install the openssl binary and the associated helper scripts to the
20           target file system. This is a command line tool for doing various
21           cryptographic stuff.
23 config BR2_PACKAGE_OPENSSL_ENGINES
24         bool "openssl additional engines"
25         help
26           Install additional encryption engine libraries.
28 endif