Skip to content

Commit

Permalink
feat(mbedtls): SSL send data to server fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-YJM committed Oct 10, 2019
1 parent 590fd54 commit 82b93fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/include/mbedtls/config_esp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ int system_get_data_of_array_8(const unsigned char *array, int size);
*
* Comment this macro to disable 1/n-1 record splitting.
*/
#define MBEDTLS_SSL_CBC_RECORD_SPLITTING
//#define MBEDTLS_SSL_CBC_RECORD_SPLITTING

/**
* \def MBEDTLS_SSL_RENEGOTIATION
Expand Down Expand Up @@ -2482,7 +2482,7 @@ extern unsigned int max_content_len;
* Module: library/ssl_tls.c
* Caller:
*/
#define ESP8266_PLATFORM
//#define ESP8266_PLATFORM

/**
* Complete list of ciphersuites to use, in order of preference.
Expand Down

0 comments on commit 82b93fe

Please sign in to comment.