mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
doc/man3: fix misnamed function name
Rename `DSA_generate_prime[_ex]` to `DSA_generate_parameters[_ex]`, fixing a copy&paste error from the `BN_generate_prime[_ex]` paragraph in commit b3696a55a5ed. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22242)
This commit is contained in:
parent
21d2041da0
commit
515856f5ce
@ -51,7 +51,7 @@ called as shown below. For information on the BN_GENCB structure and the
|
||||
BN_GENCB_call function discussed below, refer to
|
||||
L<BN_generate_prime(3)>.
|
||||
|
||||
DSA_generate_prime() is similar to DSA_generate_prime_ex() but
|
||||
DSA_generate_parameters() is similar to DSA_generate_parameters_ex() but
|
||||
expects an old-style callback function; see
|
||||
L<BN_generate_prime(3)> for information on the old-style callback.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user