make sure .rnd exists

This commit is contained in:
Bodo Möller 2001-10-15 17:57:27 +00:00
parent 2dbdcd9734
commit 03b148f4a9

View 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