summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-11-06 21:28:38 +0000
committerUlf Möller <ulf@openssl.org>2000-11-06 21:28:38 +0000
commit458d356db93f8d06f52cc730c94e39758267b5b7 (patch)
tree5bd00de5513797bf09d262334e042683135073a3 /doc
parent020fc820dc90dbbcf0d7e3f3345af9e44cf905a7 (diff)
looks like a cut&paste error
Diffstat (limited to 'doc')
-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 bc0891a445..46655d3bd6 100644
--- a/doc/crypto/RSA_set_method.pod
+++ b/doc/crypto/RSA_set_method.pod
@@ -163,6 +163,6 @@ added in OpenSSL 0.9.4.
RSA_set_default_openssl_method() and RSA_get_default_openssl_method()
replaced RSA_set_default_method() and RSA_get_default_method() respectively,
and RSA_set_method() and RSA_new_method() were altered to use B<ENGINE>s
-rather than B<DH_METHOD>s during development of OpenSSL 0.9.6.
+rather than B<RSA_METHOD>s during development of OpenSSL 0.9.6.
=cut