From 0b742f93ea7882a447f6523ac56a6f847d9f8e92 Mon Sep 17 00:00:00 2001 From: Finn Hakansson Date: Thu, 15 Dec 2016 12:58:19 -0500 Subject: [PATCH] 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) --- doc/man3/RSA_generate_key.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. 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. -- 2.25.1