From: Geoff Thorpe Date: Mon, 5 Aug 2002 02:54:57 +0000 (+0000) Subject: typo fix X-Git-Tag: OpenSSL_0_9_7-beta4~203^2~38 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=415e03aa6f4f15460c1c94177018f63f9ecfca61 typo fix --- 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 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.