- Pseudo-seed the PRNG in programs used for "make test"
authorBodo Möller <bodo@openssl.org>
Fri, 14 Jan 2000 17:55:37 +0000 (17:55 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 14 Jan 2000 17:55:37 +0000 (17:55 +0000)
commit0c50e02b30de26a9a5027a1065db7e07fd91469a
treeb8db8b6be9a99887365ad7dda250b9c7640c1042
parenta8eeb155b5323809113e57e62de887b31f9fba7b
- Pseudo-seed the PRNG in programs used for "make test"
  because otherwise BN_rand will fail unless DEVRANDOM works,
  which causes the programs to dump core because they
  don't check the return value of BN_rand (and if they
  did, we still couldn't test anything).

- add comment to some files that appear not to be used at all.
crypto/bn/bn_opts.c
crypto/bn/bnspeed.c
crypto/bn/bntest.c
crypto/bn/d.c
crypto/bn/exp.c
crypto/bn/expspeed.c
crypto/bn/exptest.c
crypto/bn/test.c