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

bootutil/crypto: Fix local variable name typo for PSA Crypto key parse #1697

Merged
merged 1 commit into from
May 3, 2023

Conversation

adeaarm
Copy link
Contributor

@adeaarm adeaarm commented May 2, 2023

Follow up on #1666 . A variable name has been changed during code review, but not in all the code branches, and was not caught by automated tests, which are not merged yet, so this was caught only when running the tests locally. This kind of issues can be covered by automation only when the simulator changes will be merged in with #1668 .

Fix a local variable name typo in parse public key function
for the PSA Crypto abstraction, and at the same time put the
memcmp under ifdefs.

Signed-off-by: Antonio de Angelis <Antonio.deAngelis@arm.com>
Change-Id: Icadca37e4207ad703a853ea720a053aa2ba76411
@davidvincze davidvincze self-requested a review May 3, 2023 06:39
@davidvincze
Copy link
Collaborator

Thank you for the fix.

@davidvincze davidvincze merged commit 2878eb4 into mcu-tools:main May 3, 2023
@adeaarm adeaarm deleted the fix_variable_typo_psa_crypto branch June 29, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants