mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
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
|