summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-08-05 02:54:57 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-08-05 02:54:57 +0000
commit415e03aa6f4f15460c1c94177018f63f9ecfca61 (patch)
tree30459ee1d5e5e334a9db3f13f4e88f2ba71fe897
parentac120e20e331068f4594d05e53181ec143c82684 (diff)
typo fix
-rw-r--r--doc/crypto/RSA_set_method.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_set_method.pod b/doc/crypto/RSA_set_method.pod
index 7b3ebb4643..0687c2242a 100644
--- a/doc/crypto/RSA_set_method.pod
+++ b/doc/crypto/RSA_set_method.pod
@@ -38,7 +38,7 @@ use of B<ENGINE> API calls.
Initially, the default RSA_METHOD is the OpenSSL internal implementation,
as returned by RSA_PKCS1_SSLeay().
-RSA_set_default_method() makes B<meth> the default method for all <RSA>
+RSA_set_default_method() makes B<meth> the default method for all RSA
structures created later. B<NB>: This is true only whilst no ENGINE has
been set as a default for RSA, so this function is no longer recommended.