aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/RSA_generate_key.pod
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:44:42 +0100
commit0b742f93ea7882a447f6523ac56a6f847d9f8e92 (patch)
treeeee1f06185b6c55f89593db01658cbd9640a665d /doc/man3/RSA_generate_key.pod
parentceb6d746941063eccf7655c7709ba56ca117044b (diff)
downloadopenssl-0b742f93ea7882a447f6523ac56a6f847d9f8e92.tar.gz
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)
Diffstat (limited to 'doc/man3/RSA_generate_key.pod')
-rw-r--r--doc/man3/RSA_generate_key.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/RSA_generate_key.pod b/doc/man3/RSA_generate_key.pod
index 08ba6a8014..ebbd2560f0 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.