summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/serialize')
-rw-r--r--openpgp/src/serialize/stream.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/openpgp/src/serialize/stream.rs b/openpgp/src/serialize/stream.rs
index 84072059..e058e1d7 100644
--- a/openpgp/src/serialize/stream.rs
+++ b/openpgp/src/serialize/stream.rs
@@ -789,13 +789,7 @@ impl<'a> Compressor<'a> {
self
}
- /// Finalizes the literal writer, returning the writer stack.
- ///
- /// `format`, `filename`, and `date` will be emitted as part of
- /// the literal packets headers. Note that these headers will not
- /// be authenticated by signatures (but will be authenticated by a
- /// SEIP/MDC container), and are therefore unreliable and should
- /// not be trusted.
+ /// Finalizes the compressor, returning the writer stack.
pub fn build(mut self) -> Result<writer::Stack<'a, Cookie>> {
let level = self.inner.cookie_ref().level + 1;