packages/net/openconnect/Config.in
Rui Salvaterra 6f92b7866d openconnect: make sure OpenSSL is built with DTLS support
Otherwise, OpenConnect will fail to connect with DTLS.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-05-24 16:32:18 +00:00

23 lines
338 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"
select OPENSSL_WITH_DTLS
endchoice
config OPENCONNECT_STOKEN
bool "stoken support"
endmenu