summaryrefslogtreecommitdiffstats
path: root/rules/openssl.in
blob: 1f5ae3f179defc840dd9ef692ee5e4d6448bcfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig OPENSSL
	prompt "OpenSSL             "
	bool 
	help
	  FIXME: This item needs to be documented

config OPENSSL_SHARED
	bool "build shared lib"
	default y
	depends on OPENSSL
	help
	  FIXME: This item needs to be documented