Skip to content

Commit

Permalink
src/bundle: allow to use 'crypt' bundles with replace-signature
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Joerns <[email protected]>
  • Loading branch information
ejoerns committed Oct 26, 2023
1 parent 2ec5fb4 commit 9f223f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,8 @@ gboolean replace_signature(RaucBundle *bundle, const gchar *insig, const gchar *
g_print("Reading bundle in 'plain' format\n");
} else if (manifest->bundle_format == R_MANIFEST_FORMAT_VERITY) {
g_print("Reading bundle in 'verity' format\n");
} else if (manifest->bundle_format == R_MANIFEST_FORMAT_CRYPT) {
g_print("Reading bundle in 'crypt' format\n");
} else {
g_error("unsupported bundle format");
res = FALSE;
Expand Down

0 comments on commit 9f223f1

Please sign in to comment.