X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FEVP_CIPHER_meth_new.pod;h=30596b5e0a72bc6ca374e66c9595bd124a8753fd;hp=75b2d614154cb0d24c6f1371b87bb6d18c1e9ebb;hb=98ee75439d7e844de6c063a4be5bd09b3cc9db53;hpb=05fdb8d355e6f018627084410cefeb3202cd7f98 diff --git a/doc/crypto/EVP_CIPHER_meth_new.pod b/doc/crypto/EVP_CIPHER_meth_new.pod index 75b2d61415..30596b5e0a 100644 --- a/doc/crypto/EVP_CIPHER_meth_new.pod +++ b/doc/crypto/EVP_CIPHER_meth_new.pod @@ -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. The cipher init function is called by EVP_CipherInit(),