Skip to content

Commit

Permalink
esp-tls: Fix build issue when esp-tls server session tickets have bee…
Browse files Browse the repository at this point in the history
…n enabled.

Closes #10765
  • Loading branch information
AdityaHPatwardhan authored and espressif-bot committed Feb 24, 2023
1 parent b184b9a commit 0d20f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/esp-tls/esp_tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "mbedtls/ssl.h"
#ifdef CONFIG_ESP_TLS_SERVER_SESSION_TICKETS
#include "mbedtls/ssl_ticket.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"
#endif
#elif CONFIG_ESP_TLS_USING_WOLFSSL
#include "wolfssl/wolfcrypt/settings.h"
Expand Down

0 comments on commit 0d20f88

Please sign in to comment.