diff options
author | Rich Salz <rsalz@openssl.org> | 2017-06-26 12:02:57 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-06-27 12:14:49 -0400 |
commit | f367ac2b2664df272aa1903c7650f0c64f539d28 (patch) | |
tree | 654388ca91eb1a89173546d83bc413322f706e8f /test/ectest.c | |
parent | c91ec013654e97ca1754db26bd2da62c8bbf7b47 (diff) | |
download | openssl-new-f367ac2b2664df272aa1903c7650f0c64f539d28.tar.gz |
Use randomness not entropy
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3773)
Diffstat (limited to 'test/ectest.c')
-rw-r--r-- | test/ectest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ectest.c b/test/ectest.c index 84e0997169..351fefd994 100644 --- a/test/ectest.c +++ b/test/ectest.c @@ -1427,7 +1427,7 @@ static int parameter_test(void) } 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"; #endif int test_main(int argc, char *argv[]) |