# 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