Skip to content
New issue

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

[TW#16820] Undefined function in ssl_pm_new when TLS Protocol Role set to None #1342

Closed
mill1000 opened this issue Dec 1, 2017 · 0 comments
Assignees

Comments

@mill1000
Copy link

mill1000 commented Dec 1, 2017

When the TLS Protocol Role is set to None, the following compile error occurs.

esp-idf/components/openssl/platform/ssl_pm.c: In function 'ssl_pm_new':
esp-idf/components/openssl/platform/ssl_pm.c:157:3: error: implicit declaration of function 'mbedtls_ssl_conf_alpn_protocols' [-Werror=implicit-function-declaration]
   mbedtls_ssl_conf_alpn_protocols( &ssl_pm->conf, ssl->ctx->ssl_alpn.alpn_list );
@FayeY FayeY changed the title Undefined function in ssl_pm_new when TLS Protocol Role set to None [TW#16820] Undefined function in ssl_pm_new when TLS Protocol Role set to None Dec 5, 2017
@igrr igrr self-assigned this Dec 8, 2017
@igrr igrr added the Status: In Progress Work is in progress label Dec 8, 2017
@igrr igrr closed this as completed in 022b4f3 Dec 11, 2017
@igrr igrr removed the Status: In Progress Work is in progress label Dec 14, 2017
igrr added a commit that referenced this issue Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants