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:
047f1a4
)
Remove some hard coded paths from Win32 test stuff.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Mar 1999 23:54:31 +0000
(23:54 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Mar 1999 23:54:31 +0000
(23:54 +0000)
ms/testenc.bat
patch
|
blob
|
history
diff --git
a/ms/testenc.bat
b/ms/testenc.bat
index 12098d5ad594868a2696e2f066e39a3129e74b9f..e8917eeee256c383d0ae1edea6c9bde1da7d3a6b 100755
(executable)
--- a/
ms/testenc.bat
+++ b/
ms/testenc.bat
@@
-1,12
+1,12
@@
\r
echo start testenc
\r
echo=off
\r
-path=
d:\openssl
\ms;%path%
\r
+path=
..
\ms;%path%
\r
set ssleay=%1%
\r
-set input=
d:\openssl
\ms\testenc.bat
\r
-set tmp1=
d:\openssl
\ms\cipher.out
\r
-set out1=
d:\openssl
\ms\clear.out
\r
-set cmp=perl
d:\openssl
\ms\cmp.pl
\r
+set input=
..
\ms\testenc.bat
\r
+set tmp1=
..
\ms\cipher.out
\r
+set out1=
..
\ms\clear.out
\r
+set cmp=perl
..
\ms\cmp.pl
\r
\r
cd
\r
call tenc.bat enc
\r