Commit f7a2da1d authored by Finn Hakansson's avatar Finn Hakansson Committed by Richard Levitte
Browse files

Fix typo.



Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
CLA: trivial
(Merged from https://github.com/openssl/openssl/pull/2086)
(cherry picked from commit 0b742f93)
parent f8641c9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)>.
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 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
RSA_generate_key_ex except it uses "old style" call backs. See
L<BN_generate_prime(3)> for further details.
L<BN_generate_prime(3)> for further details.