[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Sun Dec 18 20:48:49 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  3fb9f875e7d6295129782837db5d4a21940d2efa (commit)
      from  5bbedd3cc1d380595a6cc459e6546bb649f16a0b (commit)


- Log -----------------------------------------------------------------
commit 3fb9f875e7d6295129782837db5d4a21940d2efa
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)
    (cherry picked from commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92)
    
    (cherry picked from commit f7a2da1d584bed2e05774f92d69fee39ce3edda2)

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

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

diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod
index 881391a..0882a1a 100644
--- a/doc/crypto/RSA_generate_key.pod
+++ b/doc/crypto/RSA_generate_key.pod
@@ -52,7 +52,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)|BN_generate_prime(3)> for further details.
 


More information about the openssl-commits mailing list