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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp/src/packet/seip.rs b/openpgp/src/packet/seip.rs
index b808acf2..e74db749 100644
--- a/openpgp/src/packet/seip.rs
+++ b/openpgp/src/packet/seip.rs
@@ -8,6 +8,9 @@
use crate::packet;
use crate::Packet;
+mod v2;
+pub use v2::*;
+
/// Holds an encrypted data packet.
///
/// An encrypted data packet is a container. See [Section 5.13 of RFC