We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9667d7e commit cd40ae0Copy full SHA for cd40ae0
extras/tls/config-c33.h
@@ -119,7 +119,6 @@
119
120
/* Reduce RAM usage */
121
#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. */
123
#define MBEDTLS_MPI_WINDOW_SIZE 1
124
#define MBEDTLS_ECP_WINDOW_SIZE 2
125
#define MBEDTLS_MPI_MAX_SIZE 512 /* Maximum number of bytes for usable MPIs. */
0 commit comments