diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 16:18:31 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-09-22 16:18:31 +0000 |
commit | 58f351825a371d1a3dd693d6f64a1245ea851a51 (patch) | |
tree | 239e78f19bd1ceca0a1aa3b8ecedd54d2b04de00 /crypto/openssl/doc/man3/BN_generate_prime.pod | |
parent | 3c0c1e01c9c55aa0ef5bec9a4612d1ce68dd76da (diff) | |
parent | 92f02b3b0f21350e7c92a16ca9b594ad7682c717 (diff) | |
download | src-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.tar.gz src-test2-58f351825a371d1a3dd693d6f64a1245ea851a51.zip |
Notes
Diffstat (limited to 'crypto/openssl/doc/man3/BN_generate_prime.pod')
-rw-r--r-- | crypto/openssl/doc/man3/BN_generate_prime.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/man3/BN_generate_prime.pod b/crypto/openssl/doc/man3/BN_generate_prime.pod index f1e63f3b3c4a..25674d0348f7 100644 --- a/crypto/openssl/doc/man3/BN_generate_prime.pod +++ b/crypto/openssl/doc/man3/BN_generate_prime.pod @@ -127,7 +127,7 @@ For instance, to reach the 128 bit security level, B<nchecks> should be set to If B<cb> is not B<NULL>, B<BN_GENCB_call(cb, 1, j)> is called after the j-th iteration (j = 0, 1, ...). B<ctx> is a -pre-allocated B<BN_CTX> (to save the overhead of allocating and +preallocated B<BN_CTX> (to save the overhead of allocating and freeing the structure in a loop), or B<NULL>. BN_GENCB_call() calls the callback function held in the B<BN_GENCB> structure |