Skip to content
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

mbedtls config: fix too early check_config.h includes #1946

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

tomi-font
Copy link
Contributor

check_config.h was included manually by custom configuration files. This caused compilation errors when updating MbedTLS to 3.6.0 because check_config.h was processed too early, before the whole configuration is defined, effectively causing configuration check errors.

MbedTLS already takes care of including check_config.h at the right time. Remove those erroneous manual check_config.h includes.

check_config.h was included manually by custom configuration files.
This caused compilation errors when updating MbedTLS to 3.6.0
because check_config.h was processed too early, before the whole
configuration is defined, effectively causing configuration check errors.

MbedTLS already takes care of including check_config.h at the right time.
Remove those erroneous manual check_config.h includes.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
Copy link

@frkv frkv left a comment

Choose a reason for hiding this comment

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

LGTM (Good improvement that makes the code work like it is intended in Mbed TLS)

@nordicjm nordicjm added the area: core Affects core functionality label Apr 19, 2024
@ceolin
Copy link

ceolin commented Apr 24, 2024

@d3zd3z can you take a look ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Affects core functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants