Skip to content

Commit cd40ae0

Browse files
committed
mbedtls: remove usless define MBEDTLS_SSL_MAX_CONTENT_LEN
This define has no effect since it has been substituted with MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN
1 parent 9667d7e commit cd40ae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extras/tls/config-c33.h

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119

120120
/* Reduce RAM usage */
121121
#define MBEDTLS_ECP_FIXED_POINT_OPTIM 0 /* To reduce peak memory usage */
122-
#define MBEDTLS_SSL_MAX_CONTENT_LEN (1024 * 10) /* Reduce SSL frame buffer. */
123122
#define MBEDTLS_MPI_WINDOW_SIZE 1
124123
#define MBEDTLS_ECP_WINDOW_SIZE 2
125124
#define MBEDTLS_MPI_MAX_SIZE 512 /* Maximum number of bytes for usable MPIs. */

0 commit comments

Comments
 (0)