diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 17:44:25 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 17:44:25 +0000 |
commit | 6c8d1b661a440a798ad58dc679a4453cec00105f (patch) | |
tree | f68612025c2bf9effc2aa96121efe158f4ca36d3 /lib | |
parent | 7ccc53908521b47b4b7030f481a7c04d51a7459a (diff) |
delete "string to make the random number generator think it has entropy"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/ssl/ssltest.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/ssl/ssltest.c b/lib/libssl/src/ssl/ssltest.c index 700189db432..cee5834fef2 100644 --- a/lib/libssl/src/ssl/ssltest.c +++ b/lib/libssl/src/ssl/ssltest.c @@ -281,8 +281,6 @@ static int s_nbio = 0; #endif #endif -static const char rnd_seed[] = "string to make the random number generator think it has entropy"; - int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time, clock_t *c_time); int doit(SSL *s_ssl, SSL *c_ssl, long bytes); static int do_test_cipherlist(void); @@ -523,8 +521,6 @@ main(int argc, char *argv[]) } CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); - RAND_seed(rnd_seed, sizeof rnd_seed); - bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE|BIO_FP_TEXT); argc--; |