From: Bodo Möller Date: Mon, 13 Jan 2003 13:16:49 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_6i~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad4875986fda8eca9be9e61c07c8680688086f23;p=oweals%2Fopenssl.git typo --- 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