From: Richard Levitte Date: Fri, 10 Jan 2003 10:54:18 +0000 (+0000) Subject: Certain files must be removed before generating them, in case they point X-Git-Tag: OpenSSL_0_9_7a~86^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969511d2cbaceae0780fb59df5eec8d57f1acc3c;p=thirdparty%2Fopenssl.git Certain files must be removed before generating them, in case they point into a read-only source tree. PR: 437 --- diff --git a/test/testgen b/test/testgen index 55c496f4bcc..4a188bcc8da 100644 --- a/test/testgen +++ b/test/testgen @@ -27,6 +27,8 @@ fi echo "This could take some time." +rm testkey.pem testreq.pem + ../apps/openssl req -config test.cnf $req_new -out testreq.pem if [ $? != 0 ]; then echo problems creating request