]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ms/testenc.bat
Import of old SSLeay release: SSLeay 0.9.0b
[thirdparty/openssl.git] / ms / testenc.bat
index b46af4bd9c683edd13f4f019a5f8ac43e220a0a6..2c73bb7d1c4b21d77801b30cc63082e96a13bf0e 100755 (executable)
@@ -1,10 +1,12 @@
 echo=off
 
+echo start testenc
+path=..\ms;%path%
 set ssleay=%1%
-set input=testenc.bat
-set tmp1=cipher.out
-set out1=clear.out
-set cmp=perl cmp.pl
+set input=..\ms\testenc.bat
+set tmp1=..\ms\cipher.out
+set out1=..\ms\clear.out
+set cmp=perl ..\ms\cmp.pl
 
 call tenc.bat enc
 if errorlevel 1 goto err