Skip to content

Commit 763edd6

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf noup] bootutil: Fix typo in identifier
fixup! [nrf noup] bootutil: PureEdDSA using ED25519 Signed-off-by: Dominik Ermel <[email protected]>
1 parent f79e6db commit 763edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/bootutil/src/image_ed25519.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ bootutil_verify_img(const uint8_t *img, uint32_t size,
118118
uint8_t *pubkey;
119119
uint8_t *end;
120120

121-
if (slen != EDDSA_SIGNAGURE_LENGTH) {
121+
if (slen != EDDSA_SIGNATURE_LENGTH) {
122122
FIH_SET(fih_rc, FIH_FAILURE);
123123
goto out;
124124
}

0 commit comments

Comments
 (0)