Skip to content

Commit dc50b7c

Browse files
authored
Merge pull request #220 from RonEld/undefine_mpi_max_size
Undefine MBEDTLS_MPI_MAX_SIZE
2 parents c21526b + 0b991cb commit dc50b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tls-client/mbedtls_entropy_config.h

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* Set this value higher to enable handling larger keys, but be aware that this
3434
* will increase the stack usage.
3535
*/
36+
#undef MBEDTLS_MPI_MAX_SIZE
3637
#define MBEDTLS_MPI_MAX_SIZE 256
3738

3839
#define MBEDTLS_MPI_WINDOW_SIZE 1

0 commit comments

Comments
 (0)