aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bntest.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-15 23:47:02 +0000
committerUlf Möller <ulf@openssl.org>1999-07-15 23:47:02 +0000
commitcfa3747ba95ed154caedf99f847082c72f867a27 (patch)
tree82d0a855a52f39a202adc4fd56bf5e3b3ece4e2f /crypto/bn/bntest.c
parent4f6235f701587189bc159715902933e1ecedd15e (diff)
downloadopenssl-cfa3747ba95ed154caedf99f847082c72f867a27.tar.gz
More DES library cleanups: remove references to srand/rand
and delete an unused file.
Diffstat (limited to 'crypto/bn/bntest.c')
-rw-r--r--crypto/bn/bntest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/bntest.c b/crypto/bn/bntest.c
index c9bd0b8773..df4b81f5b2 100644
--- a/crypto/bn/bntest.c
+++ b/crypto/bn/bntest.c
@@ -104,8 +104,6 @@ int main(int argc, char *argv[])
BIO *out;
char *outfile=NULL;
- srand((unsigned int)time(NULL));
-
argc--;
argv++;
while (argc >= 1)