1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/vpnc/Config.in
Daniel Gimpelevich d16359b96e vpnc: initial import
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 14:07:29 -08:00

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