From: Dr. Stephen Henson Date: Fri, 12 Mar 1999 22:59:13 +0000 (+0000) Subject: Delete Win32 test with testreq.pem and req: there is already a test with X-Git-Tag: OpenSSL_0_9_2b~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b29524c15b33fc5fbd630751226b896ac91967f8;p=oweals%2Fopenssl.git Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem. --- diff --git a/ms/testpem.bat b/ms/testpem.bat index 4ee172bb99..81e566b69b 100755 --- a/ms/testpem.bat +++ b/ms/testpem.bat @@ -9,9 +9,6 @@ if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err -call tpem.bat req ..\test\testreq.pem -if errorlevel 1 goto err - call tpem.bat req ..\test\testreq2.pem if errorlevel 1 goto err