packages/net/openconnect/Config.in
Rui Salvaterra 771fc23731
openconnect: bump to version 9.01
Now with basic support for the Array Networks SSL VPN protocol.

Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs,
for the time being, so select them if compiling against OpenSSL.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit a85a057b14)
2022-05-20 23:09:48 +02:00

22 lines
344 B
Text

# 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_DEPRECATED
endchoice
config OPENCONNECT_STOKEN
bool "stoken support"
endmenu