mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00

Commit ID: 97959e77. Using submodule instead of source code. It is brought from esp-idf, and some origin dependent code or configuration of hardware have not been removed. But it maybe not affect using at the ESP8266 platform.
12 lines
562 B
CMake
12 lines
562 B
CMake
idf_component_register(SRCS "library/ssl_cert.c"
|
|
"library/ssl_lib.c"
|
|
"library/ssl_methods.c"
|
|
"library/ssl_pkey.c"
|
|
"library/ssl_stack.c"
|
|
"library/ssl_x509.c"
|
|
"platform/ssl_pm.c"
|
|
"platform/ssl_port.c"
|
|
REQUIRES mbedtls
|
|
INCLUDE_DIRS include
|
|
PRIV_INCLUDE_DIRS include/internal include/platform include/openssl)
|