You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- # 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
|