[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sun Dec 18 20:45:41 UTC 2016


The branch master has been updated
       via  0b742f93ea7882a447f6523ac56a6f847d9f8e92 (commit)
      from  ceb6d746941063eccf7655c7709ba56ca117044b (commit)


- Log -----------------------------------------------------------------
commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92
Author: Finn Hakansson <finn_hakansson at yahoo.com>
Date:   Thu Dec 15 12:58:19 2016 -0500

    Fix typo.
    
    Reviewed-by: Kurt Roeckx <kurt at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    CLA: trivial
    (Merged from https://github.com/openssl/openssl/pull/2086)

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

Summary of changes:
 doc/man3/RSA_generate_key.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/RSA_generate_key.pod b/doc/man3/RSA_generate_key.pod
index 08ba6a8..ebbd256 100644
--- a/doc/man3/RSA_generate_key.pod
+++ b/doc/man3/RSA_generate_key.pod
@@ -54,7 +54,7 @@ it is called as B<BN_GENCB_call(cb, 3, 0)>.
 The process is then repeated for prime q with B<BN_GENCB_call(cb, 3, 1)>.
 
 RSA_generate_key is deprecated (new applications should use
-RSA_generate_key_ex instead). RSA_generate_key works in the same was as
+RSA_generate_key_ex instead). RSA_generate_key works in the same way as
 RSA_generate_key_ex except it uses "old style" call backs. See
 L<BN_generate_prime(3)> for further details.
 


More information about the openssl-commits mailing list