From dbec19622e2cc6ae50b303ece36d15810192d022 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 15 Oct 2001 17:58:00 +0000 Subject: [PATCH] make sure .rnd exists --- test/testss | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1