From: Roumen Petrov Date: Sat, 13 Feb 2016 08:41:49 +0000 (+0200) Subject: documentation: RSA_new_method argument X-Git-Tag: OpenSSL_1_1_0-pre4~617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6baa3b430555d25b6eee6440a6b8bee80eaabfc3;p=thirdparty%2Fopenssl.git documentation: RSA_new_method argument Reviewed-by: Richard Levitte --- diff --git a/doc/crypto/RSA_set_method.pod b/doc/crypto/RSA_set_method.pod index d09fed22ace..add193e90e6 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