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.

21 lines
312 B

10 years ago
10 years ago
  1. # openconnect avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_openconnect
  4. choice
  5. prompt "SSL library"
  6. default OPENCONNECT_GNUTLS
  7. config OPENCONNECT_GNUTLS
  8. bool "GnuTLS support"
  9. config OPENCONNECT_OPENSSL
  10. bool "OpenSSL"
  11. endchoice
  12. config OPENCONNECT_STOKEN
  13. bool "stoken support"
  14. endmenu