summaryrefslogtreecommitdiffstats
path: root/rules/openssl.in
blob: 3737c39d5d5d01993772fe44d6f44d22c1c167ec (plain)
1
2
3
4
5
6
7
8
9
10
11
menu   "OpenSSL             "

config OPENSSL
	bool "OpenSSL support in various tools"

config OPENSSL_SHARED
	bool "build shared lib"
	default y
	depends on OPENSSL

endmenu