[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Thu Feb 18 22:16:45 UTC 2016


The branch master has been updated
       via  6baa3b430555d25b6eee6440a6b8bee80eaabfc3 (commit)
      from  d63a5e5e7d96f173e2bbf711e3f1f813bf0df05e (commit)


- Log -----------------------------------------------------------------
commit 6baa3b430555d25b6eee6440a6b8bee80eaabfc3
Author: Roumen Petrov <openssl at roumenpetrov.info>
Date:   Sat Feb 13 10:41:49 2016 +0200

    documentation: RSA_new_method argument
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 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 d09fed2..add193e 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
 


More information about the openssl-commits mailing list