diff options
author | jsing <> | 2023-02-22 05:57:19 +0000 |
---|---|---|
committer | jsing <> | 2023-02-22 05:57:19 +0000 |
commit | 7236757e326b2c939f79a4239220a0cc2bf30ef5 (patch) | |
tree | 2ddf08e4ceb2ba9c4c822705913bc4f02d4c0760 /src/lib/libc/stdlib | |
parent | b78cccc526d31cefe3af77cef6ddab0981e8a45b (diff) | |
download | openbsd-7236757e326b2c939f79a4239220a0cc2bf30ef5.tar.gz openbsd-7236757e326b2c939f79a4239220a0cc2bf30ef5.tar.bz2 openbsd-7236757e326b2c939f79a4239220a0cc2bf30ef5.zip |
Replace bn_sub_part_words() with bn_sub().
Now that bn_sub() handles word arrays with potentially different lengths,
we no longer need bn_sub_part_words() - call bn_sub() instead. This allows
us to entirely remove the unnecessarily complex bn_sub_part_words() code.
ok tb@
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions