summaryrefslogtreecommitdiffstats
path: root/test/ecdsatest.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-26 12:02:57 -0400
committerRich Salz <rsalz@openssl.org>2017-06-27 12:14:49 -0400
commitf367ac2b2664df272aa1903c7650f0c64f539d28 (patch)
tree654388ca91eb1a89173546d83bc413322f706e8f /test/ecdsatest.c
parentc91ec013654e97ca1754db26bd2da62c8bbf7b47 (diff)
Use randomness not entropy
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3773)
Diffstat (limited to 'test/ecdsatest.c')
-rw-r--r--test/ecdsatest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index 841934e51c..8a245b5d74 100644
--- a/test/ecdsatest.c
+++ b/test/ecdsatest.c
@@ -28,8 +28,8 @@
# include <openssl/rand.h>
# include "testutil.h"
-static const char rnd_seed[] = "string to make the random number generator "
- "think it has entropy";
+static const char rnd_seed[] =
+ "string to make the random number generator think it has randomness";
/* functions to change the RAND_METHOD */