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.

14 lines
234 B

  1. # FreeRADIUS avanced configuration
  2. choice
  3. prompt "SSL library"
  4. default FREERADIUS_OPENSSL
  5. depends on PACKAGE_freeradius2-common
  6. config FREERADIUS_NOSSL
  7. bool "No SSL support"
  8. config FREERADIUS_OPENSSL
  9. bool "OpenSSL"
  10. endchoice