summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/mdc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/mdc.rs')
-rw-r--r--openpgp/src/packet/mdc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/packet/mdc.rs b/openpgp/src/packet/mdc.rs
index 9f07dafe..16fdcd7b 100644
--- a/openpgp/src/packet/mdc.rs
+++ b/openpgp/src/packet/mdc.rs
@@ -22,6 +22,7 @@ pub struct MDC {
/// A 20-octet SHA-1 hash of the preceding plaintext data.
digest: [u8; 20],
}
+assert_send_and_sync!(MDC);
impl PartialEq for MDC {
fn eq(&self, other: &MDC) -> bool {