Skip to content

Commit

Permalink
Merge pull request #2039 from sfackler/alex-patch-1
Browse files Browse the repository at this point in the history
Removed reference to non-existent method
  • Loading branch information
alex committed Sep 9, 2023
2 parents 2cea9d8 + d934864 commit ba62a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/cipher_ctx.rs
Expand Up @@ -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,
Expand Down

0 comments on commit ba62a3e

Please sign in to comment.