Document the EVP_MD_CTX changes
[openssl.git] / doc / crypto / EVP_VerifyInit.pod
index 1a1d98098f979568a961b5dffe644929dc08c365..7fb6e633e7f5ec4b389a94e0bf3aebb4ce70b379 100644 (file)
@@ -20,8 +20,8 @@ The EVP signature verification routines are a high level interface to digital
 signatures.
 
 EVP_VerifyInit_ex() sets up verification context B<ctx> to use digest
-B<type> from ENGINE B<impl>. B<ctx> must be initialized by calling
-EVP_MD_CTX_init() before calling this function.
+B<type> from ENGINE B<impl>. B<ctx> must be created by calling
+EVP_MD_CTX_new() before calling this function.
 
 EVP_VerifyUpdate() hashes B<cnt> bytes of data at B<d> into the
 verification context B<ctx>. This function can be called several times on the