We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统中不同开发团队的多个功能模块可能都会依赖ssl模块,比如http和mqtt都需要使用mbedtls进行链路加密,为了便于多个模块复用mbedtls,以及mbedtls版本的升级,建议将mbedtls从本工程中独立出来。
The text was updated successfully, but these errors were encountered:
新版本若依赖外部mbedtls,编译 会报错,platform_net_socket.c:41:11: error: ‘MBEDTLS_ERR_NET_CONNECT_FAILED。此符号位于mbedtls中。 建议:platform\linux\platform_net_socket.c 增加#include "mbedtls/net_sockets.h"
Sorry, something went wrong.
No branches or pull requests
系统中不同开发团队的多个功能模块可能都会依赖ssl模块,比如http和mqtt都需要使用mbedtls进行链路加密,为了便于多个模块复用mbedtls,以及mbedtls版本的升级,建议将mbedtls从本工程中独立出来。
The text was updated successfully, but these errors were encountered: