From c567afff590c8021b934b6fc691c81915d90a23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Jan 2006 18:07:25 +0000 Subject: [PATCH] Use static-file to generate tests. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16606 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/data/gen-req.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/hx509/data/gen-req.sh b/lib/hx509/data/gen-req.sh index b1c9f370e..8a30a0c95 100644 --- a/lib/hx509/data/gen-req.sh +++ b/lib/hx509/data/gen-req.sh @@ -67,7 +67,7 @@ openssl smime \ -sign \ -nodetach \ -binary \ - -in ../test_chain.in \ + -in static-file \ -signer test.crt \ -inkey test.key \ -outform DER \ @@ -77,7 +77,7 @@ openssl smime \ -sign \ -nodetach \ -binary \ - -in ../test_chain.in \ + -in static-file \ -signer test.crt \ -inkey test.key \ -noattr \ @@ -88,7 +88,7 @@ openssl smime \ -sign \ -nodetach \ -binary \ - -in ../test_chain.in \ + -in static-file \ -signer test.crt \ -inkey test.key \ -noattr \ @@ -100,7 +100,7 @@ openssl smime \ -encrypt \ -nodetach \ -binary \ - -in ../test_chain.in \ + -in static-file \ -outform DER \ -out test-enveloped-aes-128 \ -aes128 \