Skip to content

Commit

Permalink
Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamsetti authored and mhatrevi committed Jul 20, 2023
1 parent cfa4a45 commit 0e44a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ impl CaliptraError {
CaliptraError::new_const(0x000b0037);
pub const IMAGE_VERIFIER_ERR_OWNER_LMS_SIGNATURE_INVALID: CaliptraError =
CaliptraError::new_const(0x000b0038);
pub const RUNTIME_HANDOFF_FHT_NOT_LOADED: CaliptraError = CaliptraError::new_const(0x000b0039);

/// Driver Error: LMS
pub const DRIVER_LMS_INVALID_LMS_ALGO_TYPE: CaliptraError =
Expand Down

0 comments on commit 0e44a9b

Please sign in to comment.