I've checked again and again. There really is no need to expand a to
authorRichard Levitte <levitte@openssl.org>
Thu, 16 Nov 2000 21:35:41 +0000 (21:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Nov 2000 21:35:41 +0000 (21:35 +0000)
commit43fcc1b096c47f5d5c10e09cf8a0f75ca4707e35
tree5e0686c15aa26e9b4629105df6e47d3f78c65ba2
parentd5695a26a60ea8de12c28a148739e1b00bee0c78
I've checked again and again.  There really is no need to expand a to
4 times it's size when bn_sqr_recursive() won't look farther than the
original length.  Thereby, constification is no longer a problem.
crypto/bn/bn_sqr.c
ssl/kssl.c [new file with mode: 0644]
ssl/kssl.h [new file with mode: 0644]