summaryrefslogtreecommitdiffstats
path: root/rules/openssl.in
blob: 742fb43050828e19e09021cf5fc1e7cdebed8a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.