Skip to content

Commit

Permalink
import esp_crt_bundle.h if using mbedtls
Browse files Browse the repository at this point in the history
gives access to esp_crt_bundle_{set,attach,detach}
  • Loading branch information
kcking authored and ivmarkov committed Jan 29, 2022
1 parent 9d09145 commit d3c1d9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
#include "esp_tls.h"
#endif

#ifdef CONFIG_ESP_TLS_USING_MBEDTLS
#include "esp_crt_bundle.h"
#endif

#ifdef ESP_IDF_COMP_APP_UPDATE_ENABLED
#include "esp_ota_ops.h"
#endif
Expand Down

0 comments on commit d3c1d9d

Please sign in to comment.