Commit 349b3107 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarAndy Polyakov <appro@openssl.org>
parent 40e2d76b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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); });
}