Convert openssl code not to assume the deprecated form of BN_zero().
authorGeoff Thorpe <geoff@openssl.org>
Sat, 13 Mar 2004 23:57:20 +0000 (23:57 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sat, 13 Mar 2004 23:57:20 +0000 (23:57 +0000)
Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
BN_init(), [etc] already initialise to zero.

Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
the result's 'top' value is set (note also, 'max' is always > 0 at this
point).


No differences found