WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boot/bootutil/src/image_validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ static const uint16_t allowed_unprot_tlvs[] = {
};
#endif

#ifdef MCUBOOT_IMAGE_MULTI_SIG_SUPPORT
static inline int get_boot_verified_key_id(int key_id)
{
#if defined(MCUBOOT_HW_KEY)
Expand Down Expand Up @@ -218,6 +219,7 @@ static inline void boot_collect_verified_key(int key_id,
*count = n + 1;
}
}
#endif

/*
* Verify the integrity of the image.
Expand Down
Loading