3e3e7b7693
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40339 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
262 B
Plaintext
19 lines
262 B
Plaintext
# openconnect avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_openconnect
|
|
|
|
choice
|
|
prompt "SSL library"
|
|
default OPENCONNECT_GNUTLS
|
|
|
|
config OPENCONNECT_GNUTLS
|
|
bool "GnuTLS support"
|
|
|
|
config OPENCONNECT_OPENSSL
|
|
bool "OpenSSL"
|
|
|
|
endchoice
|
|
|
|
endmenu
|