2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_OPENSSL
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "openssl"
|
2004-10-09 08:13:40 +02:00
|
|
|
default n
|
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
A collaborative effort to develop a robust, commercial-grade, fully
|
|
|
|
featured, and Open Source toolkit implementing the Secure Sockets
|
|
|
|
Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
|
|
|
|
full-strength general-purpose cryptography library.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.openssl.org/
|
2005-07-12 21:53:12 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSSL_TARGET_HEADERS
|
|
|
|
bool "openssl headers in target"
|
|
|
|
default n
|
|
|
|
depends on BR2_PACKAGE_OPENSSL
|
|
|
|
help
|
|
|
|
Put openssl headers in the target.
|