]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc/man3: fix misnamed function name
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 26 Sep 2023 16:25:27 +0000 (18:25 +0200)
committerPauli <pauli@openssl.org>
Tue, 3 Oct 2023 23:52:32 +0000 (10:52 +1100)
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)

doc/man3/DSA_generate_parameters.pod

index 415c4c8b82ce74f63a612bbccf54ec551a3f5237..32eecb6891fa8c5af7677c1d9a6ada2856224a7d 100644 (file)
@@ -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.