1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00

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

View File

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