From 9ed5af40efc5d0bb3579e9316ba14b7473e00c94 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 23 May 2023 20:06:24 +0200 Subject: make api public --- openpgp/src/serialize/stream.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openpgp/src/serialize/stream.rs b/openpgp/src/serialize/stream.rs index 80ba3811..93fd3d83 100644 --- a/openpgp/src/serialize/stream.rs +++ b/openpgp/src/serialize/stream.rs @@ -2900,10 +2900,6 @@ impl<'a, 'b> Encryptor2<'a, 'b> { /// message.finalize()?; /// # Ok(()) } /// ``` - // Function hidden from the public API due to - // https://gitlab.com/sequoia-pgp/sequoia/-/issues/550 - // It is used only for tests so that it does not bit-rot. - #[cfg(test)] pub fn aead_algo(mut self, algo: AEADAlgorithm) -> Self { self.aead_algo = Some(algo); self -- cgit v1.2.3