mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Fix the OCSP test on Windows
The windows test uses the pseudo file "nul" to indicate no file for the -CApath option. This does not work on all versions of Windows. Instead use the new -no-CApath option. Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
40e2d76bec
commit
349b310742
@ -27,7 +27,7 @@ sub test_ocsp {
|
||||
"-partial_chain", @check_time,
|
||||
"-CAfile", catfile($ocspdir, $CAfile),
|
||||
"-verify_other", catfile($ocspdir, $CAfile),
|
||||
"-CApath", devnull()]))),
|
||||
"-no-CApath"]))),
|
||||
$title); });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user