mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Backport a patch in order to allow building OpenConnect against OpenSSL 1.1.x without the need for deprecated API (further fixes will be required for OpenSSL 3.x, though). Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
# 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"
|
|
|
|
endchoice
|
|
|
|
config OPENCONNECT_STOKEN
|
|
bool "stoken support"
|
|
|
|
endmenu
|