summaryrefslogtreecommitdiffstats
path: root/autocrypt/src/cert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'autocrypt/src/cert.rs')
-rw-r--r--autocrypt/src/cert.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/autocrypt/src/cert.rs b/autocrypt/src/cert.rs
index d0b1fdc1..7bbe2545 100644
--- a/autocrypt/src/cert.rs
+++ b/autocrypt/src/cert.rs
@@ -28,11 +28,11 @@ pub fn cert_builder<'a, V, U>(version: V, userid: Option<U>)
Autocrypt::V1_1 => CipherSuite::Cv25519,
})
.set_primary_key_flags(
- KeyFlags::default()
+ KeyFlags::empty()
.set_certification()
.set_signing())
.add_subkey(
- KeyFlags::default()
+ KeyFlags::empty()
.set_transport_encryption()
.set_storage_encryption(),
None,