summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_generate_parameters.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-30 23:31:01 +0000
committerUlf Möller <ulf@openssl.org>2000-01-30 23:31:01 +0000
commit1749d8a039e637a6ab06f30cd0351605b44dc625 (patch)
treed010bf2adf5f903c8d0e629eabbb30e929a3550b /doc/crypto/DSA_generate_parameters.pod
parent9d1a01be8f84143618fc862e1222eb714949fdc1 (diff)
Typos.
Diffstat (limited to 'doc/crypto/DSA_generate_parameters.pod')
-rw-r--r--doc/crypto/DSA_generate_parameters.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DSA_generate_parameters.pod b/doc/crypto/DSA_generate_parameters.pod
index b40b941345..44c38b90c1 100644
--- a/doc/crypto/DSA_generate_parameters.pod
+++ b/doc/crypto/DSA_generate_parameters.pod
@@ -62,7 +62,7 @@ B<callback(0, counter, cb_arg)> is called.
=item *
When a candidate for p has passed the test by trial division,
-B<callback(1, -1 , cb_arg)> is called.
+B<callback(1, -1, cb_arg)> is called.
While it is tested by the Miller-Rabin primality test,
B<callback(1, i, cb_arg)> is called in the outer loop
(once for each witness that confirms that the candidate may be prime).