Files
packages/net/openconnect/Config.in
Nikos Mavrogiannopoulos af551b6683 Added openconnect
2014-06-03 18:18:17 +02:00

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