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:
Rui Salvaterra 2022-05-24 12:03:06 +01:00
parent 9bbecd2438
commit ae11bdf5d8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ config OPENCONNECT_GNUTLS
config OPENCONNECT_OPENSSL
bool "OpenSSL"
select OPENSSL_WITH_DTLS
endchoice