Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/tcp_transport/transport_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ void esp_transport_ssl_use_secure_element(esp_transport_handle_t t)
}
#endif

#ifdef CONFIG_MBEDTLS_CERTIFICATE_BUNDLE
#if defined(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE) || defined(CONFIG_WOLFSSL_CERTIFICATE_BUNDLE)
void esp_transport_ssl_crt_bundle_attach(esp_transport_handle_t t, esp_err_t ((*crt_bundle_attach)(void *conf)))
{
GET_SSL_FROM_TRANSPORT_OR_RETURN(ssl, t);
Expand Down