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
284 B

  1. if PACKAGE_frr
  2. comment "SSL support"
  3. choice
  4. prompt "Selected SSL MD5 library"
  5. default FRR_INTERNAL
  6. config FRR_OPENSSL
  7. bool "OpenSSL"
  8. config FRR_INTERNAL
  9. bool "internal SSL support"
  10. endchoice
  11. comment Packages
  12. endif