From d9348649ac98fda3dac3315b7da9fdf55f729515 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 9 Sep 2023 12:41:57 -0400 Subject: [PATCH] Removed reference to non-existent method --- openssl/src/cipher_ctx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/cipher_ctx.rs b/openssl/src/cipher_ctx.rs index f9031d2976..1769ee9716 100644 --- a/openssl/src/cipher_ctx.rs +++ b/openssl/src/cipher_ctx.rs @@ -548,7 +548,7 @@ impl CipherCtxRef { /// # Panics /// /// Panics if `output` doesn't contain enough space for data to be - /// written as specified by [`Self::minimal_output_size`]. + /// written. #[corresponds(EVP_CipherUpdate)] pub fn cipher_update( &mut self,