summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/seip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/seip.rs')
-rw-r--r--openpgp/src/packet/seip.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/packet/seip.rs b/openpgp/src/packet/seip.rs
index b71937ae..4263e6ae 100644
--- a/openpgp/src/packet/seip.rs
+++ b/openpgp/src/packet/seip.rs
@@ -31,6 +31,8 @@ pub struct SEIP1 {
container: packet::Container,
}
+assert_send_and_sync!{SEIP1}
+
impl std::ops::Deref for SEIP1 {
type Target = packet::Container;
fn deref(&self) -> &Self::Target {