diff options
author | tb <> | 2025-02-04 12:47:58 +0000 |
---|---|---|
committer | tb <> | 2025-02-04 12:47:58 +0000 |
commit | 587eb12f2939f2de7ec3b59d80ce14dfa6c9e436 (patch) | |
tree | d33ee17c950899cea94f810f605dd3ce55ee8f7b /src/usr.bin | |
parent | a8409a544cf836e1e561b3794aeafbe161f747ed (diff) | |
download | openbsd-587eb12f2939f2de7ec3b59d80ce14dfa6c9e436.tar.gz openbsd-587eb12f2939f2de7ec3b59d80ce14dfa6c9e436.tar.bz2 openbsd-587eb12f2939f2de7ec3b59d80ce14dfa6c9e436.zip |
Inline BN_reciprocal() in its only caller
This is simpler, doesn't need an auxiliary function of dubious value,
avouds an auxiliary variable and gets rid of a bunch of comments that
are hard to make sense of.
This doesn't bother to invalidate recp->shift since on error you should
not be reusing the RECP_CTX without reinitializing it.
ok jsing
Diffstat (limited to 'src/usr.bin')
0 files changed, 0 insertions, 0 deletions