Skip to content

Commit 82b93fe

Browse files
committed
feat(mbedtls): SSL send data to server fail
1 parent 590fd54 commit 82b93fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/include/mbedtls/config_esp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
10051005
*
10061006
* Comment this macro to disable 1/n-1 record splitting.
10071007
*/
1008-
#define MBEDTLS_SSL_CBC_RECORD_SPLITTING
1008+
//#define MBEDTLS_SSL_CBC_RECORD_SPLITTING
10091009

10101010
/**
10111011
* \def MBEDTLS_SSL_RENEGOTIATION
@@ -2482,7 +2482,7 @@ extern unsigned int max_content_len;
24822482
* Module: library/ssl_tls.c
24832483
* Caller:
24842484
*/
2485-
#define ESP8266_PLATFORM
2485+
//#define ESP8266_PLATFORM
24862486

24872487
/**
24882488
* Complete list of ciphersuites to use, in order of preference.

0 commit comments

Comments
 (0)