From: Finn Hakansson Date: Thu, 15 Dec 2016 17:58:19 +0000 (-0500) Subject: Fix typo. X-Git-Tag: OpenSSL_1_0_2k~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fb9f875e7d6295129782837db5d4a21940d2efa;p=openssl 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) (cherry picked from commit f7a2da1d584bed2e05774f92d69fee39ce3edda2) --- diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod index 881391a045..0882a1a59d 100644 --- a/doc/crypto/RSA_generate_key.pod +++ b/doc/crypto/RSA_generate_key.pod @@ -52,7 +52,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.