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)
This commit is contained in:
Bodo Möller
2000-01-14 18:43:22 +00:00
parent 7f5b6f0f19
commit 105c0be00f
3 changed files with 11 additions and 4 deletions

View File

@@ -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