Commit 8abc51c2 authored by nyradr's avatar nyradr
Browse files

Fix symm decrypt documentation example

parent 21c52637
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};