Skip to content

Commit 998057c

Browse files
committed
Rervert incorrect change for image.h VERIFY_VERSION_ALLOWED.
1 parent f43d5e4 commit 998057c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ static void UNUSEDFUNCTION wolfBoot_image_clear_signature_ok(
822822
if ((mask & (1UL << id)) != (1UL << id)) \
823823
wolfBoot_panic()
824824

825-
#define VERIFY_VERSION_ALLOWED(fb_ok) wolfBoot_panic()
825+
#define VERIFY_VERSION_ALLOWED(fb_ok) do{} while(0) /* okay */
826826

827827
#endif
828828

0 commit comments

Comments
 (0)