Merge pull request #983 from Shulyaka/master
[feed/packages.git] / net / vpnc / Config.in
1 # vpnc avanced configuration
2
3 menu "Configuration"
4 depends on PACKAGE_vpnc
5
6 choice
7 prompt "SSL library"
8 default VPNC_GNUTLS
9
10 config VPNC_GNUTLS
11 bool "GnuTLS support"
12
13 config VPNC_OPENSSL
14 bool "OpenSSL"
15
16 endchoice
17
18 endmenu