diff options
author | jsing <> | 2022-11-30 02:52:25 +0000 |
---|---|---|
committer | jsing <> | 2022-11-30 02:52:25 +0000 |
commit | c4a74c3795e06bd2bab862ba1b51d811fb3937ef (patch) | |
tree | 35f9b474173af30978ea782ada13fc14bbc22710 /src/lib/libcrypto/man/RAND_bytes.3 | |
parent | 98fdf212aa5e4f2ef06229aa985583515e797eb6 (diff) | |
download | openbsd-c4a74c3795e06bd2bab862ba1b51d811fb3937ef.tar.gz openbsd-c4a74c3795e06bd2bab862ba1b51d811fb3937ef.tar.bz2 openbsd-c4a74c3795e06bd2bab862ba1b51d811fb3937ef.zip |
Fix return values bug in BN_ucmp().
BN_ucmp() is supposed to return -1/0/1 on a < b, a == b and a > b, however
it currently returns other negative and positive values when the top of
a and b differ. Correct this.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/man/RAND_bytes.3')
0 files changed, 0 insertions, 0 deletions