make sure .rnd exists
authorBodo Möller <bodo@openssl.org>
Mon, 15 Oct 2001 17:58:00 +0000 (17:58 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 15 Oct 2001 17:58:00 +0000 (17:58 +0000)
test/testss

index 2f600f04d8ea512ff1af651ce80b185b1e5a75fa..8d3557f356d9a1697d874e105eb87c3d5c36e41b 100644 (file)
@@ -20,6 +20,8 @@ Ucert="certU.ss"
 echo
 echo "make a certificate request using 'req'"
 
+echo "string to make the random number generator think it has entropy" >> ./.rnd
+
 if ../apps/openssl no-rsa; then
   req_new='-newkey dsa:../apps/dsa512.pem'
 else