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 5b9f59ae..6ecac159 100644
--- a/openpgp/src/packet/any.rs
+++ b/openpgp/src/packet/any.rs
@@ -18,6 +18,7 @@ use crate::packet::{
SEIP,
MDC,
AED,
+ Padding,
};
/// Convenient downcasting from Packets to Packet Bodies.
@@ -137,6 +138,7 @@ impl_downcasts!(
SEIP,
MDC,
AED,
+ Padding,
);
// We ow selectively implement downcasts for the key types that alias