From: Rui Salvaterra Date: Tue, 24 May 2022 11:03:06 +0000 (+0100) Subject: openconnect: make sure OpenSSL is built with DTLS support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ae11bdf5d8ab2eaa97a05a8d9a43ca8517e4041d;p=openwrt-packages.git openconnect: make sure OpenSSL is built with DTLS support Otherwise, OpenConnect will fail to connect with DTLS. Signed-off-by: Rui Salvaterra --- diff --git a/net/openconnect/Config.in b/net/openconnect/Config.in index d73bd3a88..8c84bf2b9 100644 --- a/net/openconnect/Config.in +++ b/net/openconnect/Config.in @@ -12,6 +12,7 @@ config OPENCONNECT_GNUTLS config OPENCONNECT_OPENSSL bool "OpenSSL" + select OPENSSL_WITH_DTLS endchoice