diff options
author | jsing <> | 2023-03-11 14:14:54 +0000 |
---|---|---|
committer | jsing <> | 2023-03-11 14:14:54 +0000 |
commit | 59b001c526ef4e52cd2839197c67232fdbe58557 (patch) | |
tree | de6f40c05762f63ac2dc53094c62fa77e2b57cda /src/regress/lib/libcrypto/evp/evp_test.c | |
parent | 2169aa7d8fb1fca93b35610fe1cce79730752235 (diff) | |
download | openbsd-59b001c526ef4e52cd2839197c67232fdbe58557.tar.gz openbsd-59b001c526ef4e52cd2839197c67232fdbe58557.tar.bz2 openbsd-59b001c526ef4e52cd2839197c67232fdbe58557.zip |
Avoid -0 in BN_div_word().
Currently, the use of BN_div_word() can result in -0 - avoid this by
setting negative again, at the end of the computation.
Should fix oss-fuzz 56667.
ok tb@
Diffstat (limited to 'src/regress/lib/libcrypto/evp/evp_test.c')
0 files changed, 0 insertions, 0 deletions