From f367ac2b2664df272aa1903c7650f0c64f539d28 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 26 Jun 2017 12:02:57 -0400 Subject: Use randomness not entropy Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3773) --- test/ssltest_old.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ssltest_old.c') diff --git a/test/ssltest_old.c b/test/ssltest_old.c index 01cf4f1134..acadb669d2 100644 --- a/test/ssltest_old.c +++ b/test/ssltest_old.c @@ -614,7 +614,7 @@ static char *cipher = NULL; static int verbose = 0; static int debug = 0; static const char rnd_seed[] = - "string to make the random number generator think it has entropy"; + "string to make the random number generator think it has randomness"; int doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long bytes, clock_t *s_time, clock_t *c_time); -- cgit v1.2.3