Skip to content

Commit

Permalink
Fixing derive macro for openssl test.
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey committed Jan 26, 2024
1 parent 35cafd1 commit 3053cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/measurement/ovmf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl OvmfSevMetadataHeader {

/// OVMF Footer
#[repr(C, packed)]
#[derive(Debug)]
#[derive(Debug, Clone, Copy)]
struct OvmfFooterTableEntry {
/// Size
size: u16,
Expand Down

0 comments on commit 3053cfc

Please sign in to comment.