X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FEVP_DigestVerifyInit.pod;h=2191b9edbf363b8ca8e9b59af1592101dda0c499;hp=481cea59cff853751ad7d6b63c03b467a4e2638b;hb=0ef2802165706016698d6984dfcb2980881f18e5;hpb=27b138e9db91bdfa1e3c55b0c3c9b2f02b5c0bf1 diff --git a/doc/man3/EVP_DigestVerifyInit.pod b/doc/man3/EVP_DigestVerifyInit.pod index 481cea59cf..2191b9edbf 100644 --- a/doc/man3/EVP_DigestVerifyInit.pod +++ b/doc/man3/EVP_DigestVerifyInit.pod @@ -22,7 +22,7 @@ EVP_DigestVerify - EVP signature verification functions The EVP signature routines are a high level interface to digital signatures. EVP_DigestVerifyInit() sets up verification context B to use digest -B from ENGINE B and public key B. B must be created +B from ENGINE B and public key B. B must be created with EVP_MD_CTX_new() before calling this function. If B is not NULL the EVP_PKEY_CTX of the verification operation will be written to B<*pctx>: this can be used to set alternative verification options.