Fix the OCSP test on Windows
authorMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 15:02:50 +0000 (16:02 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 25 Sep 2015 13:50:00 +0000 (14:50 +0100)
commit349b3107428d393580d9261f29afe8c700797b76
tree8a1c9bda54ab3956010d9635ab3160b5688befbf
parent40e2d76becd095c7cb2749ee1b33a7a336c8c17d
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>
test/recipes/80-test_ocsp.t