diff --git a/doc/crypto/RSA_set_method.pod b/doc/crypto/RSA_set_method.pod index 7b3ebb464..0687c2242 100644 --- a/doc/crypto/RSA_set_method.pod +++ b/doc/crypto/RSA_set_method.pod @@ -38,7 +38,7 @@ use of B API calls. Initially, the default RSA_METHOD is the OpenSSL internal implementation, as returned by RSA_PKCS1_SSLeay(). -RSA_set_default_method() makes B the default method for all +RSA_set_default_method() makes B the default method for all RSA structures created later. B: This is true only whilst no ENGINE has been set as a default for RSA, so this function is no longer recommended.