summaryrefslogtreecommitdiffstats
path: root/tool/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands.rs')
-rw-r--r--tool/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands.rs b/tool/src/commands.rs
index 95f5b2ea..cd591f52 100644
--- a/tool/src/commands.rs
+++ b/tool/src/commands.rs
@@ -154,7 +154,7 @@ pub fn encrypt(store: &mut store::Store,
&recipients,
EncryptionMode::AtRest)
.context("Failed to create encryptor")?;
- let mut literal_writer = LiteralWriter::new(encryptor, 'b', None, 0)
+ let mut literal_writer = LiteralWriter::new(encryptor, 'b', None, None)
.context("Failed to create literal writer")?;
// Finally, copy stdin to our writer stack to encrypt the data.