Update the dasync engine to add a pipeline cipher
[openssl.git] / doc / crypto / EVP_CIPHER_meth_new.pod
index 75b2d614154cb0d24c6f1371b87bb6d18c1e9ebb..30596b5e0a72bc6ca374e66c9595bd124a8753fd 100644 (file)
@@ -207,6 +207,9 @@ I could use some help explaining this one!
 
 =back
 
+EVP_CIPHER_meth_set_impl_ctx_size() sets the size of the EVP_CIPHER's
+implementation context so that it can be automatically allocated.
+
 EVP_CIPHER_meth_set_init() sets the cipher init function for
 B<cipher>.
 The cipher init function is called by EVP_CipherInit(),