diff options
author | 2014-04-18 17:44:24 +0000 | |
---|---|---|
committer | 2014-04-18 17:44:24 +0000 | |
commit | 1dbe1efb0a46bd48914e9fe0fd962b5e953232cc (patch) | |
tree | c4e4cedc73c8adbd311ca90000c093ac8fe883ab /lib/libssl/src/ssl/ssltest.c | |
parent | Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there (diff) | |
download | wireguard-openbsd-1dbe1efb0a46bd48914e9fe0fd962b5e953232cc.tar.xz wireguard-openbsd-1dbe1efb0a46bd48914e9fe0fd962b5e953232cc.zip |
delete "string to make the random number generator think it has entropy"
Diffstat (limited to 'lib/libssl/src/ssl/ssltest.c')
-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--; |