summaryrefslogtreecommitdiffstats
path: root/rules/openssl.in
blob: f9b716903d2944ac9c8914df50e9a9ba65565795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=networking
menuconfig OPENSSL
	tristate
	prompt "openssl                       "
	help
	  OpenSSL is a robust, commercial-grade, full-featured
	  toolkit implementing the Secure Sockets Layer (SSL v2/v3)
	  and Transport Layer Security (TLS v1) protocols as well
	  as a full-strength general purpose cryptography library.

config OPENSSL_SHARED
	bool "build shared lib"
	default y
	depends on OPENSSL
	help
	  Whether to build OpenSSL with shared libraries.