Missing the s in BN_prime_check in "man BN_generate_prime"

        Both BN_is_prime() and BN_is_prime_fasttest() perform a
        Miller-Rabin probabilistic primality test with checks
        iterations. If checks == BN_prime_check, a number of
        iterations is used that yields a false positive rate of at
        most 2^-80 for random input.

the actual check should be " If checks == BN_prime_checks, a number of ...."

see the missing "s" :-)

thanks,

Cameron

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to