Remove the access() call altogether for VMS, since it doesn't quite
[openssl.git] / test / testgen
index 3534f5821f0cfcb1c5e51fb854c291c9c93d9686..c5f61b582beb40db13235449cf126518e0c2cabb 100644 (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