Handle special cases correctly in exponentation functions.
authorBodo Möller <bodo@openssl.org>
Thu, 30 Nov 2000 00:33:18 +0000 (00:33 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 30 Nov 2000 00:33:18 +0000 (00:33 +0000)
commit73c2522c7ce821f2c837b58eec7780fb43aa7d4f
treeba2134dd79ac3f63a164dc40a059627f9801a6b2
parent6b5d39e82d9919f204dae3acae3769e00df71b4d
Handle special cases correctly in exponentation functions.

test_bn still fails in the BN_sqrt test because
small primes appear to turn into zero for no
obvious reason, leading to "div by zero" errors.
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c