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.

18 lines
227 B

  1. # vpnc avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_vpnc
  4. choice
  5. prompt "SSL library"
  6. default VPNC_GNUTLS
  7. config VPNC_GNUTLS
  8. bool "GnuTLS support"
  9. config VPNC_OPENSSL
  10. bool "OpenSSL"
  11. endchoice
  12. endmenu