Fix some issues raise by coverity in the tests.
[openssl.git] / test / dhtest.c
index 618b84e7733b52929b5f245dd522344d5401e734..303f40fd53f2e9ac769f07b4c462356b72b79326 100644 (file)
@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
 static int cb(int p, int n, BN_GENCB *arg);
 
 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";
 
 static int dh_test(void)
 {