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
|