summaryrefslogtreecommitdiffstats
path: root/openpgp/src/autocrypt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/autocrypt.rs')
-rw-r--r--openpgp/src/autocrypt.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/src/autocrypt.rs b/openpgp/src/autocrypt.rs
index 5995640e..e2ccf8e3 100644
--- a/openpgp/src/autocrypt.rs
+++ b/openpgp/src/autocrypt.rs
@@ -34,7 +34,6 @@ use crate::serialize::Serialize;
use crate::serialize::stream::{
Message, LiteralWriter, Encryptor,
};
-use crate::constants::DataFormat;
use crate::crypto::Password;
/// Version of Autocrypt to use. `Autocrypt::default()` always returns the
@@ -473,7 +472,7 @@ impl AutocryptSetupMessage {
&[],
None, None)?;
- let mut w = LiteralWriter::new(w, DataFormat::Binary,
+ let mut w = LiteralWriter::new(w, None,
/* filename*/ None, /* date */ None)?;
// The inner message is an ASCII-armored encoded TPK.