Rename all getters to use get/get0 in name
[openssl.git] / doc / man3 / EVP_DigestSignInit.pod
index a24db539498cb15724cde0b8291f14587d92e6a2..86d4270ed476f95b4cf2863862bdeca48cf0126c 100644 (file)
@@ -165,9 +165,9 @@ Since only a copy of the digest context is ever finalized, the context must
 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
 will occur.
 
-The use of EVP_PKEY_size() with these functions is discouraged because some
+The use of EVP_PKEY_get_size() with these functions is discouraged because some
 signature operations may have a signature length which depends on the
-parameters set. As a result EVP_PKEY_size() would have to return a value
+parameters set. As a result EVP_PKEY_get_size() would have to return a value
 which indicates the maximum possible signature for any set of parameters.
 
 =head1 SEE ALSO