Use is_pseudoprime instead of is_prime in bn_bpsw.c
authortb <tb@openbsd.org>
Wed, 10 May 2023 21:05:24 +0000 (21:05 +0000)
committertb <tb@openbsd.org>
Wed, 10 May 2023 21:05:24 +0000 (21:05 +0000)
commitaddc46a563a1f964eddc402f0b9b34bc43be4a3e
treefd690145500c4e7a113d31a543532701e2e75cba
parent1f0c4d66ba46bcbc4a5c75061d70e85a81cbd1b6
Use is_pseudoprime instead of is_prime in bn_bpsw.c

This is more accurate and improves readability a bit. Apart from a comment
tweak this is sed + knfmt (which resulted in four wrapped lines).

Discussed with beck and jsing
lib/libcrypto/bn/bn_bpsw.c