Adapt for BSD cryptodev.h differences
[openssl.git] / apps / speed.c
index c2787a0eccc37d7273330df54fcdd5abe4f1bdd1..bd32786014b6a15504f2437a326e4e91f63b7aa9 100644 (file)
@@ -249,7 +249,7 @@ static double ecdh_results[EC_NUM][1];
 
 #if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC)
 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
 
 #ifdef SIGALRM