Skip to content

Commit

Permalink
[nrf noup] bootutil: Fix typo in identifier
Browse files Browse the repository at this point in the history
fixup! [nrf noup] bootutil: PureEdDSA using ED25519

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic authored and nvlsianpu committed Oct 3, 2024
1 parent f79e6db commit 763edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/bootutil/src/image_ed25519.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bootutil_verify_img(const uint8_t *img, uint32_t size,
uint8_t *pubkey;
uint8_t *end;

if (slen != EDDSA_SIGNAGURE_LENGTH) {
if (slen != EDDSA_SIGNATURE_LENGTH) {
FIH_SET(fih_rc, FIH_FAILURE);
goto out;
}
Expand Down

0 comments on commit 763edd6

Please sign in to comment.