Skip to content

Commit 8b17022

Browse files
Ron EldorRon Eldor
Ron Eldor
authored and
Ron Eldor
committed
Unconditionally undefine MBEDTLS_MPI_MAX_SIZE
Unconditionally undefine MBEDTLS_MPI_MAX_SIZE, since no warnings if not defined.
1 parent 082bdba commit 8b17022

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tls-client/mbedtls_entropy_config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +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-
#if defined(MBEDTLS_MPI_MAX_SIZE)
3736
#undef MBEDTLS_MPI_MAX_SIZE
38-
#endif
3937
#define MBEDTLS_MPI_MAX_SIZE 256
4038

4139
#define MBEDTLS_MPI_WINDOW_SIZE 1

0 commit comments

Comments
 (0)