bn_fix_top() exists for compatibility's sake and is mapped to
authorGeoff Thorpe <geoff@openssl.org>
Mon, 1 Dec 2003 21:59:40 +0000 (21:59 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 1 Dec 2003 21:59:40 +0000 (21:59 +0000)
commite65c2b9872d52e130e848ac0e9007878f1fb6c78
tree688b5ed6f1b083e5f9083eaaed3b8d40ca378397
parent2fe9ab8e20e1480825cd5962ca516924f4f03f5e
bn_fix_top() exists for compatibility's sake and is mapped to
bn_correct_top() or bn_check_top() depending on debug settings. For
internal source, all bn_fix_top()s should be converted one way or the other
depending on whether the use of bn_correct_top() is justified.

For BN_div_recp(), these cases should not require correction if the other
bignum functions are doing their jobs properly, so convert to
bn_check_top().
crypto/bn/bn_recp.c