projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ca752
)
Certain files must be removed before generating them, in case they point
author
Richard Levitte
<levitte@openssl.org>
Fri, 10 Jan 2003 10:54:21 +0000
(10:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 10 Jan 2003 10:54:21 +0000
(10:54 +0000)
into a read-only source tree.
PR: 437
test/testgen
patch
|
blob
|
history
diff --git
a/test/testgen
b/test/testgen
index 55c496f4bcc1e4578797c106ecd7f2e933d11a07..4a188bcc8dac39833da68fe2fc2cc0fb9e941c97 100644
(file)
--- 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