summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFinn Hakansson <finn_hakansson@yahoo.com>2016-12-15 12:58:19 -0500
committerRichard Levitte <levitte@openssl.org>2016-12-18 21:47:57 +0100
commitf7a2da1d584bed2e05774f92d69fee39ce3edda2 (patch)
treec93308965184ba1768429882204d97a7927ba204 /doc
parentf8641c9c693179fe7461608c51aaa8700dca6da2 (diff)
Fix typo.
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2086) (cherry picked from commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/RSA_generate_key.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod
index 3bafc6fe27..19f834ef5e 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.