Merge pull request #4973 from sartura/lxc_bump_to_2.1.0
[feed/packages.git] / net / openconnect / Config.in
1 # openconnect avanced configuration
2
3 menu "Configuration"
4 depends on PACKAGE_openconnect
5
6 choice
7 prompt "SSL library"
8 default OPENCONNECT_GNUTLS
9
10 config OPENCONNECT_GNUTLS
11 bool "GnuTLS support"
12
13 config OPENCONNECT_OPENSSL
14 bool "OpenSSL"
15
16 endchoice
17
18 config OPENCONNECT_STOKEN
19 bool "stoken support"
20
21 endmenu