From 6baa3b430555d25b6eee6440a6b8bee80eaabfc3 Mon Sep 17 00:00:00 2001 From: Roumen Petrov Date: Sat, 13 Feb 2016 10:41:49 +0200 Subject: [PATCH] documentation: RSA_new_method argument Reviewed-by: Richard Levitte --- 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 d09fed22ac..add193e90e 100644 --- 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 -- GitLab