projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3eb0c1
)
typo fix
author
Geoff Thorpe
<geoff@openssl.org>
Mon, 5 Aug 2002 02:55:27 +0000
(
02:55
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Mon, 5 Aug 2002 02:55:27 +0000
(
02:55
+0000)
doc/crypto/RSA_set_method.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/RSA_set_method.pod
b/doc/crypto/RSA_set_method.pod
index 7b3ebb4643969e7c99d4eecd93d5ee979386cfc7..0687c2242a5a77366d3ff64f0b84643111c51d09 100644
(file)
--- 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.