Fix DSA parameter generation control error
[oweals/openssl.git] / doc / crypto / EVP_SealInit.pod
index 7d793e19ef7a1350ffe323fc82e1b4e32301b844..19112a542d8925106b78246fca7200ca6ec85499 100644 (file)
@@ -25,7 +25,7 @@ encrypted using this key.
 
 EVP_SealInit() initializes a cipher context B<ctx> for encryption
 with cipher B<type> using a random secret key and IV. B<type> is normally
-supplied by a function such as EVP_des_cbc(). The secret key is encrypted
+supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted
 using one or more public keys, this allows the same encrypted data to be
 decrypted using any of the corresponding private keys. B<ek> is an array of
 buffers where the public key encrypted secret key will be written, each buffer