Expand expspeed.c to make BN_kronecker timings.
authorBodo Möller <bodo@openssl.org>
Wed, 29 Nov 2000 12:32:10 +0000 (12:32 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 29 Nov 2000 12:32:10 +0000 (12:32 +0000)
commita08bcccc674def5ced0f921a7d0612de503b98e0
treed7970b8392a034e81380855595fef54e419bb25f
parentbdec3c5323c7a726814257ec9b43fcd259f4e206
Expand expspeed.c to make BN_kronecker timings.
This caused a segmentation fault in calls to malloc, so I cleaned up
bn_lib.c a little so that it is easier to see what is going on.
The bug turned out to be an off-by-one error in BN_bin2bn.
CHANGES
crypto/bn/bn.h
crypto/bn/bn_err.c
crypto/bn/bn_lib.c
crypto/bn/expspeed.c