提交 349b3107 编写于 作者: M Matt Caswell

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: NAndy Polyakov <appro@openssl.org>
上级 40e2d76b
...@@ -27,7 +27,7 @@ sub test_ocsp { ...@@ -27,7 +27,7 @@ sub test_ocsp {
"-partial_chain", @check_time, "-partial_chain", @check_time,
"-CAfile", catfile($ocspdir, $CAfile), "-CAfile", catfile($ocspdir, $CAfile),
"-verify_other", catfile($ocspdir, $CAfile), "-verify_other", catfile($ocspdir, $CAfile),
"-CApath", devnull()]))), "-no-CApath"]))),
$title); }); $title); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册