projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2359d5
)
typo
author
Bodo Möller
<bodo@openssl.org>
Mon, 13 Jan 2003 13:16:49 +0000
(13:16 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 13 Jan 2003 13:16:49 +0000
(13:16 +0000)
doc/crypto/BN_generate_prime.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_generate_prime.pod
b/doc/crypto/BN_generate_prime.pod
index 6ea23791d1a1d54212b4f8d74f48286331dea89a..7dccacbc1e553f6cf47cbfe4ce1eb9b8eea7404c 100644
(file)
--- a/
doc/crypto/BN_generate_prime.pod
+++ b/
doc/crypto/BN_generate_prime.pod
@@
-70,7
+70,7
@@
If B<do_trial_division == 0>, this test is skipped.
Both BN_is_prime() and BN_is_prime_fasttest() perform a Miller-Rabin
probabilistic primality test with B<checks> iterations. If
-B<checks == BN_prime_check>, a number of iterations is used that
+B<checks == BN_prime_check
s
>, a number of iterations is used that
yields a false positive rate of at most 2^-80 for random input.
If B<callback> is not B<NULL>, B<callback(1, j, cb_arg)> is called