Loops like this one:
authorUlf Möller <ulf@openssl.org>
Sat, 2 Dec 2000 16:13:27 +0000 (16:13 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 2 Dec 2000 16:13:27 +0000 (16:13 +0000)
commitdb88223baa2091f72774c700825275dcec34f329
treeb9895c82047b2d7b87753c7f78d5a8a235404d44
parentd29b63bc9b3a78fd475be942a74ca7dbf54270ec
Loops like this one:

                if (bp == NULL)
                        for (j=0; j<10000; j++)
                                BN_add(&c,&a,&b);

seem to be pretty useless, and bp never is NULL anyway.
crypto/bn/bntest.c