diff options
author | tb <> | 2022-07-19 16:19:19 +0000 |
---|---|---|
committer | tb <> | 2022-07-19 16:19:19 +0000 |
commit | a08917f0b598c424668ec68318b26d410fcf8990 (patch) | |
tree | fba18e323ebb95f143e2638c9c1c6138c06e5a11 /src/usr.bin/openssl/ciphers.c | |
parent | f8770fbab0106066dcf0c03c9742ba98cda1785f (diff) | |
download | openbsd-a08917f0b598c424668ec68318b26d410fcf8990.tar.gz openbsd-a08917f0b598c424668ec68318b26d410fcf8990.tar.bz2 openbsd-a08917f0b598c424668ec68318b26d410fcf8990.zip |
Avoid unnecessary loops in BN_generate_prime_ex()
Since there is nothing randomized in bn_is_prime_bpsw(), the concept
of rounds makes no sense. Apply a minimal change for now that avoids
expensive loops that won't change the outcome in case we found a
probable prime.
ok jsing
Diffstat (limited to 'src/usr.bin/openssl/ciphers.c')
0 files changed, 0 insertions, 0 deletions