mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:29:10 +08:00
19 lines
227 B
Plaintext
19 lines
227 B
Plaintext
# vpnc avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_vpnc
|
|
|
|
choice
|
|
prompt "SSL library"
|
|
default VPNC_GNUTLS
|
|
|
|
config VPNC_GNUTLS
|
|
bool "GnuTLS support"
|
|
|
|
config VPNC_OPENSSL
|
|
bool "OpenSSL"
|
|
|
|
endchoice
|
|
|
|
endmenu
|