]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_PKEY_ASN1_METHOD.pod
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
[thirdparty/openssl.git] / doc / man3 / EVP_PKEY_ASN1_METHOD.pod
index 9b635c480ef6c108f8f297c29deae2cf06cffdc5..eb15e4288dddc31646afcd7dbbd44f0c09e10eb7 100644 (file)
@@ -345,8 +345,8 @@ L<EVP_PKEY_param_check(3)> respectively.
 
 The set_priv_key() and set_pub_key() methods are used to set the raw private and
 public key data for an EVP_PKEY. They MUST return 0 on error, or 1 on success.
-They are called by L<EVP_PKEY_new_private_key(3)>, and
-L<EVP_PKEY_new_public_key(3)> respectively.
+They are called by L<EVP_PKEY_new_raw_private_key(3)>, and
+L<EVP_PKEY_new_raw_public_key(3)> respectively.
 
 =head2 Functions