Config.in 516 B

1234567891011121314151617
  1. config BR2_PACKAGE_OPENSSL
  2. bool "openssl"
  3. default n
  4. help
  5. A collaborative effort to develop a robust, commercial-grade, fully
  6. featured, and Open Source toolkit implementing the Secure Sockets
  7. Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
  8. full-strength general-purpose cryptography library.
  9. http://www.openssl.org/
  10. config BR2_PACKAGE_OPENSSL_TARGET_HEADERS
  11. bool "openssl headers in target"
  12. default n
  13. depends on BR2_PACKAGE_OPENSSL
  14. help
  15. Put openssl headers in the target.