Use randomness not entropy
[openssl.git] / test / ecdsatest.c
index 841934e51c69e544d8247aaa41dc30c9aad7bacf..8a245b5d7421870faaee0c2ac0ac0a765c0584b7 100644 (file)
@@ -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 */