From: Bodo Möller Date: Mon, 15 Oct 2001 17:58:00 +0000 (+0000) Subject: make sure .rnd exists X-Git-Tag: OpenSSL_0_9_6c~26^2~126 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=dbec19622e2cc6ae50b303ece36d15810192d022 make sure .rnd exists --- diff --git a/test/testss b/test/testss index 2f600f04d8..8d3557f356 100644 --- a/test/testss +++ b/test/testss @@ -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