Use the BN_is_odd() macro in place of code that (inconsistently) does much
authorGeoff Thorpe <geoff@openssl.org>
Tue, 2 Dec 2003 03:28:24 +0000 (03:28 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 2 Dec 2003 03:28:24 +0000 (03:28 +0000)
commit82b2f57e30e1348edc620855ed0999cbb50f1d52
treee5c435c721eff30f68336bb276a675c784a5b8f5
parent2ae1ea3788206c8f79bc9f4d29eac56352bf3ff6
Use the BN_is_odd() macro in place of code that (inconsistently) does much
the same thing.

Also, I have some stuff on the back-burner related to some BN_CTX notes
from Peter Gutmann about his cryptlib hacks to the bignum code. The BN_CTX
comments are there to remind me of some relevant points in the code.
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c