Skip to content

Commit fa65948

Browse files
authored
Merge pull request #95 from SmartThingsCommunity/develop_rel_1_7_0
Develop rel 1 7 0
2 parents 5a431e2 + 91cb99e commit fa65948

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

patches/esp32_v3.3/1001-mbedtls-esp_config-add-MBEDTLS_SSL_ASYNC_PRIVATE.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ It has been added from v2.11.0.
99
1 file changed, 13 insertions(+)
1010

1111
diff --git a/components/mbedtls/port/include/mbedtls/esp_config.h b/components/mbedtls/port/include/mbedtls/esp_config.h
12-
index 9c6323276..1bea5f1c4 100644
12+
index 85f2abe37..cb2c7f3fe 100644
1313
--- a/components/mbedtls/port/include/mbedtls/esp_config.h
1414
+++ b/components/mbedtls/port/include/mbedtls/esp_config.h
15-
@@ -786,6 +786,19 @@
15+
@@ -1042,6 +1042,19 @@
1616
*/
1717
#define MBEDTLS_SSL_ALL_ALERT_MESSAGES
1818

@@ -29,9 +29,9 @@ index 9c6323276..1bea5f1c4 100644
2929
+#define MBEDTLS_SSL_ASYNC_PRIVATE
3030
+#endif
3131
+
32-
/** \def MBEDTLS_SSL_ENCRYPT_THEN_MAC
32+
/**
33+
* \def MBEDTLS_SSL_DEBUG_ALL
3334
*
34-
* Enable support for Encrypt-then-MAC, RFC 7366.
3535
--
3636
2.17.1
3737

0 commit comments

Comments
 (0)