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:
e3f5271
)
Slight error in the documentation.
author
Geoff Thorpe
<geoff@openssl.org>
Tue, 26 Sep 2000 01:23:10 +0000
(
01:23
+0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Tue, 26 Sep 2000 01:23:10 +0000
(
01:23
+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 b6727122923c8303a902dede343d603ff81aeede..bc0891a44505ebf963f58115fb1f01ce76264bf4 100644
(file)
--- a/
doc/crypto/RSA_set_method.pod
+++ b/
doc/crypto/RSA_set_method.pod
@@
-15,7
+15,7
@@
RSA_null_method, RSA_flags, RSA_new_method - select RSA method
RSA_METHOD *RSA_get_default_openssl_method(void);
-
RSA_METHOD *
RSA_set_method(RSA *rsa, ENGINE *engine);
+
int
RSA_set_method(RSA *rsa, ENGINE *engine);
RSA_METHOD *RSA_get_method(RSA *rsa);