Skip to content

Undefine MBEDTLS_MPI_MAX_SIZE #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tls-client/mbedtls_entropy_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be able to unconditionally undef this. There are no warnings if it isn't defined, right?

#define MBEDTLS_MPI_MAX_SIZE 256

#define MBEDTLS_MPI_WINDOW_SIZE 1