Unverified Commit 4f58ebd2 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #842 from nyradr/Documentation_fix_openssl_symm

Fix symm decrypt documentation example
parents 21c52637 8abc51c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ pub fn encrypt(
///
/// # Examples
///
/// Decrypt data in AES256 ECB mode
/// Decrypt data in AES128 CBC mode
///
/// ```
/// use openssl::symm::{decrypt, Cipher};