summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/header/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/header/mod.rs')
-rw-r--r--openpgp/src/packet/header/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/packet/header/mod.rs b/openpgp/src/packet/header/mod.rs
index 61eab916..df4b9785 100644
--- a/openpgp/src/packet/header/mod.rs
+++ b/openpgp/src/packet/header/mod.rs
@@ -207,6 +207,7 @@ impl Header {
Tag::Marker => l == 3,
Tag::Reserved => true,
+ Tag::Padding => true,
};
if ! valid {