Constify the BIGNUM routines a bit more. The only trouble were the
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 21:15:54 +0000 (21:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 21:15:54 +0000 (21:15 +0000)
commit020fc820dc90dbbcf0d7e3f3345af9e44cf905a7
tree43557879bf9ba3fd467211edf75155c45a51fd6f
parentbc8a9f1f0fa10e75a8a3610d870c37d742cb0eb7
Constify the BIGNUM routines a bit more.  The only trouble were the
two functions that did expansion on in parameters (BN_mul() and
BN_sqr()).  The problem was solved by making bn_dup_expand() which is
a mix of bn_expand2() and BN_dup().
13 files changed:
CHANGES
crypto/bn/bn.h
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_lib.c
crypto/bn/bn_mont.c
crypto/bn/bn_mul.c
crypto/bn/bn_prime.c
crypto/bn/bn_recp.c
crypto/bn/bn_shift.c
crypto/bn/bn_sqr.c
crypto/bn/bntest.c