From 415e03aa6f4f15460c1c94177018f63f9ecfca61 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 5 Aug 2002 02:54:57 +0000 Subject: [PATCH] typo fix --- doc/crypto/RSA_set_method.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1