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.

15 lines
184 B

  1. if PACKAGE_libssh2
  2. choice
  3. prompt "Choose crypto backend"
  4. default LIBSSH2_MBEDTLS
  5. config LIBSSH2_MBEDTLS
  6. bool "mbedtls"
  7. config LIBSSH2_OPENSSL
  8. bool "openssl"
  9. endchoice
  10. endif