]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc/BN_generate_prime: update doc about other callback values
authorBeat Bolli <dev@drbeat.li>
Sat, 28 Jul 2018 20:45:22 +0000 (16:45 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 28 Jul 2018 20:45:22 +0000 (16:45 -0400)
commitbd93f1ac2750450033dbfa76b5f1597b0145b585
tree45d2a6f30432437443c096853784bdf2cfe5ee56
parenta75be9fd34b5d66f349186f21cd8d063d2fa87a4
doc/BN_generate_prime: update doc about other callback values

This here page only documents the callback values 0 to 2, but the
callers of BN_generate_prime_ex() call it with the value 3.

The list of manual pages in the SEE ALSO section was extended with the
output from

    git grep BN_GENCB_call.*[3-9]

while in the doc/man3 directory.

Signed-off-by: Beat Bolli <dev@drbeat.li>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6802)
doc/man3/BN_generate_prime.pod