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>
This commit is contained in:
parent
9bbecd2438
commit
ae11bdf5d8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ config OPENCONNECT_GNUTLS
|
||||||
|
|
||||||
config OPENCONNECT_OPENSSL
|
config OPENCONNECT_OPENSSL
|
||||||
bool "OpenSSL"
|
bool "OpenSSL"
|
||||||
|
select OPENSSL_WITH_DTLS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue