Unverified Commit d9348649 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Removed reference to non-existent method

parent 2cea9d85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,