summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/serialize/stream.rs4
1 files changed, 0 insertions, 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