summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/skesk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet/skesk.rs')
-rw-r--r--openpgp/src/packet/skesk.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/packet/skesk.rs b/openpgp/src/packet/skesk.rs
index 6dab9d8a..5331604e 100644
--- a/openpgp/src/packet/skesk.rs
+++ b/openpgp/src/packet/skesk.rs
@@ -336,6 +336,7 @@ impl PartialEq for SKESK5 {
fn eq(&self, other: &SKESK5) -> bool {
self.skesk4.version == other.skesk4.version
&& self.skesk4.sym_algo == other.skesk4.sym_algo
+ && self.aead_algo == other.aead_algo
&& self.aead_digest == other.aead_digest
// Treat S2K, IV, and ESK as opaque blob.
&& {