From 0b991cbb3806af41ba340d7275c7fb94e47dfdf9 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Tue, 4 Dec 2018 11:09:20 +0200 Subject: [PATCH] Undefine MBEDTLS_MPI_MAX_SIZE Undefine `MBEDTLS_MPI_MAX_SIZE` in case it is already defined in the configuration file. --- tls-client/mbedtls_entropy_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tls-client/mbedtls_entropy_config.h b/tls-client/mbedtls_entropy_config.h index 84019cc97..b5dc56fb4 100644 --- a/tls-client/mbedtls_entropy_config.h +++ b/tls-client/mbedtls_entropy_config.h @@ -33,6 +33,7 @@ * Set this value higher to enable handling larger keys, but be aware that this * will increase the stack usage. */ +#undef MBEDTLS_MPI_MAX_SIZE #define MBEDTLS_MPI_MAX_SIZE 256 #define MBEDTLS_MPI_WINDOW_SIZE 1