summaryrefslogtreecommitdiffstats
path: root/test/testgen
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-14 18:43:22 +0000
committerBodo Möller <bodo@openssl.org>2000-01-14 18:43:22 +0000
commit105c0be00fc59c3f550c95a73ce683369a4da1aa (patch)
tree8d55227f8c4a5b92f39c5071ea14e02f4b431516 /test/testgen
parent7f5b6f0f19fd30356807a0010053c28a3a66b870 (diff)
Let "make test" survive without DEVRANDOM
(and rename a target in test/Makefile.ssl to make it easier to guess the name of the file executed by it)
Diffstat (limited to 'test/testgen')
-rw-r--r--test/testgen2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testgen b/test/testgen
index 3534f5821f..c5f61b582b 100644
--- a/test/testgen
+++ b/test/testgen
@@ -15,6 +15,8 @@ echo "There should be a 2 sequences of .'s and some +'s."
echo "There should not be more that at most 80 per line"
echo "This could take some time."
+echo "string to make the random number generator think it has entropy" >> ./.rnd
+
../apps/openssl req -config test.cnf -new -out testreq.pem
if [ $? != 0 ]; then
echo problems creating request