summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/any.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/any.rs')
-rw-r--r--openpgp/src/packet/any.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/packet/any.rs b/openpgp/src/packet/any.rs
index 8af73eaf..3238bf86 100644
--- a/openpgp/src/packet/any.rs
+++ b/openpgp/src/packet/any.rs
@@ -22,6 +22,7 @@ use crate::packet::{
SEIP,
MDC,
AED,
+ Padding,
};
/// Convenient downcasting from Packets to Packet Bodies.
@@ -136,6 +137,7 @@ impl_downcasts!(
SEIP,
MDC,
AED,
+ Padding,
);