From: Finn Hakansson Date: Thu, 15 Dec 2016 17:58:19 +0000 (-0500) Subject: Fix typo. X-Git-Tag: OpenSSL_1_1_0d~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f7a2da1d584bed2e05774f92d69fee39ce3edda2;p=oweals%2Fopenssl.git Fix typo. Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz Reviewed-by: Richard Levitte CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2086) (cherry picked from commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92) --- 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. The process is then repeated for prime q with B. 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 for further details.