summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/cert.rs')
-rw-r--r--openpgp/src/cert.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index 819b9245..8f421913 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -6543,7 +6543,7 @@ Pu1xwz57O4zo1VYf6TqHJzVC3OMvMUM2hhdecMUe5x6GorNaj6g=
// Some(KeyServerPreferences::new(&[])));
assert_eq!(userid.features(),
- Some(Features::new(&[]).set_mdc()));
+ Some(Features::new(&[]).set_seipdv1()));
} else {
panic!("two user ids");
}
@@ -6572,7 +6572,7 @@ Pu1xwz57O4zo1VYf6TqHJzVC3OMvMUM2hhdecMUe5x6GorNaj6g=
Some(KeyServerPreferences::new(&[0x80])));
assert_eq!(userid.features(),
- Some(Features::new(&[]).set_mdc()));
+ Some(Features::new(&[]).set_seipdv1()));
// Using the certificate should choose the primary user
// id, which is this one (because it is lexicographically
@@ -6618,7 +6618,7 @@ Pu1xwz57O4zo1VYf6TqHJzVC3OMvMUM2hhdecMUe5x6GorNaj6g=
Some(KeyServerPreferences::new(&[0x80])));
assert_eq!(userid.features(),
- Some(Features::new(&[]).set_mdc()));
+ Some(Features::new(&[]).set_seipdv1()));
} else {
panic!("two user ids");
}