From: Bodo Möller Date: Mon, 13 Jan 2003 13:18:22 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_7a~64^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bda2fa364d1002d2b5d4d500eb573cd5d9c02207;p=oweals%2Fopenssl.git Typo. NB: This and other manual pages should be updated for the new BN_GENCB interface. --- diff --git a/doc/crypto/BN_generate_prime.pod b/doc/crypto/BN_generate_prime.pod index 6ea23791d1..7dccacbc1e 100644 --- a/doc/crypto/BN_generate_prime.pod +++ b/doc/crypto/BN_generate_prime.pod @@ -70,7 +70,7 @@ If B, this test is skipped. Both BN_is_prime() and BN_is_prime_fasttest() perform a Miller-Rabin probabilistic primality test with B iterations. If -B, a number of iterations is used that +B, a number of iterations is used that yields a false positive rate of at most 2^-80 for random input. If B is not B, B is called