[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Sun Dec 18 20:48:25 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via f7a2da1d584bed2e05774f92d69fee39ce3edda2 (commit)
from f8641c9c693179fe7461608c51aaa8700dca6da2 (commit)
- Log -----------------------------------------------------------------
commit f7a2da1d584bed2e05774f92d69fee39ce3edda2
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)
-----------------------------------------------------------------------
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 3bafc6f..19f834e 100644
--- a/doc/crypto/RSA_generate_key.pod
+++ b/doc/crypto/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