mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix from stable branch.
This commit is contained in:
parent
d88d941c87
commit
434ba03ca9
@ -75,10 +75,6 @@ echo testpem
|
||||
call %test%\testpem openssl
|
||||
if errorlevel 1 goto done
|
||||
|
||||
echo verify
|
||||
copy ..\certs\*.pem cert.tmp >nul
|
||||
openssl verify -CAfile cert.tmp ..\certs\*.pem
|
||||
|
||||
echo testss
|
||||
call %test%\testss openssl
|
||||
if errorlevel 1 goto done
|
||||
@ -185,8 +181,6 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair
|
||||
%SSL_TEST% -bio_pair -server_auth -client_auth
|
||||
if errorlevel 1 goto done
|
||||
|
||||
del cert.tmp
|
||||
|
||||
echo passed all tests
|
||||
goto end
|
||||
:done
|
||||
|
Loading…
Reference in New Issue
Block a user