summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/packet_parser_builder.rs')
-rw-r--r--openpgp/src/parse/packet_parser_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/packet_parser_builder.rs b/openpgp/src/parse/packet_parser_builder.rs
index e8e90cfd..b9b5ebb3 100644
--- a/openpgp/src/parse/packet_parser_builder.rs
+++ b/openpgp/src/parse/packet_parser_builder.rs
@@ -207,7 +207,7 @@ impl<'a> PacketParserBuilder<'a> {
// We successfully parsed the first packet's header.
pp.state.message_validator.push(pp.packet.tag(), &[0]);
pp.state.keyring_validator.push(pp.packet.tag());
- pp.state.tpk_validator.push(pp.packet.tag());
+ pp.state.cert_validator.push(pp.packet.tag());
Ok(PacketParserResult::Some(pp))
},
ParserResult::EOF((_reader, state, _path)) => {