-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove "mbedtls/" prefix in include file path #2319
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code Looks good to me.
I added my comment on the ChangeLog phrasing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ChangeLog needs attention, but can be fixed in merge.
ChangeLog
Outdated
|
||
Bugfix | ||
* Fix for file not found, which was reporting in header files. | ||
In header files at mbedlts/include folder, The include path has prefix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. Should be 'include/mbedtls', and 'the' shouldn't be capitalised. Not a blocker and can be fixed in merge.
ChangeLog
Outdated
* Fix for file not found, which was reporting in header files. | ||
In header files at mbedlts/include folder, The include path has prefix | ||
"mbedtls/" may cause the header file not be found in the case of | ||
mbedtls as a dynamic/static library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to credit @amisare. Not a blocker and can be fixed in merge.
@RonEld - I can fix the ChangeLog in merge. If you see nothing else as wrong, can you please approve? Thanks. |
Needs backporting, but the same PR can be used on branch 2.16. |
Co-Authored-By: amisare <243297288@qq.com>
@RonEld @sbutcher-arm I try to fix the ChangeLog. if it still has some error, you can modify it according to your rules. |
Status
READY
Additional comments
Fix for file not found, which was reporting in header files. In header files at mbedlts/include folder, The include path has prefix "mbedtls/" may cause the header file not be found in the case of mbedtls as a dynamic/static library.
Todos