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)
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().


No differences found