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:
d63a5e5
)
documentation: RSA_new_method argument
author
Roumen Petrov
<openssl@roumenpetrov.info>
Sat, 13 Feb 2016 08:41:49 +0000
(10:41 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 18 Feb 2016 22:16:42 +0000
(17:16 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 d09fed22acea08465224443d2f5e95cd8cefcdcc..add193e90e68e47dfa117af9bf4265920b229759 100644
(file)
--- a/
doc/crypto/RSA_set_method.pod
+++ b/
doc/crypto/RSA_set_method.pod
@@
-24,7
+24,7
@@
RSA_new_method - select RSA method
int RSA_flags(const RSA *rsa);
- RSA *RSA_new_method(
RSA_METHOD *method
);
+ RSA *RSA_new_method(
ENGINE *engine
);
=head1 DESCRIPTION