Skip to content

Commit 0b991cb

Browse files
Ron EldorRon Eldor
Ron Eldor
authored and
Ron Eldor
committed
Undefine MBEDTLS_MPI_MAX_SIZE
Undefine `MBEDTLS_MPI_MAX_SIZE` in case it is already defined in the configuration file.
1 parent b16a513 commit 0b991cb

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)