Remove circular dependency
[openwrt.git] / openwrt / package / openssl / Config.in
1 config BR2_PACKAGE_LIBOPENSSL
2 tristate "libopenssl - Open source SSL (Secure Socket Layer) libraries"
3 default m if CONFIG_DEVEL
4 help
5
6 The OpenSSL Project is a collaborative effort to develop a robust,
7 commercial-grade, full-featured, and Open Source toolkit implementing
8 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
9 protocols as well as a full-strength general purpose cryptography library.
10
11 http://www.openssl.org/
12
13 This package contains the shared SSL libraries, needed by other programs.
14
15
16 config BR2_PACKAGE_OPENSSL_UTIL
17 tristate "openssl-util - OpenSSL command line tool"
18 default m if CONFIG_DEVEL
19 depends BR2_PACKAGE_LIBOPENSSL
20 help
21
22 The OpenSSL Project is a collaborative effort to develop a robust,
23 commercial-grade, full-featured, and Open Source toolkit implementing
24 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
25 protocols as well as a full-strength general purpose cryptography library.
26
27 http://www.openssl.org/
28
29 This package contains the multi-purpose OpenSSL binary tool.
30
31
32 config BR_PACKAGE_OPENSSL
33 tristate
34 default BR2_PACKAGE_LIBOPENSSL
This page took 0.054216 seconds and 5 git commands to generate.