aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-12-11 16:05:14 +0000
committerBen Laurie <ben@openssl.org>2012-12-11 16:05:14 +0000
commitfefc111a2a0070aa51fd59b7e9db652098ee5c06 (patch)
treeeee09063a42d416d0ab5e19eef2d61bdb9e33dde /test
parentb204ab650636ae2ea794c4c5b2f324977f62da99 (diff)
downloadopenssl-fefc111a2a0070aa51fd59b7e9db652098ee5c06.zip
openssl-fefc111a2a0070aa51fd59b7e9db652098ee5c06.tar.gz
openssl-fefc111a2a0070aa51fd59b7e9db652098ee5c06.tar.bz2
Make openssl verify return errors.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b919533..9361950 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -294,7 +294,7 @@ test_ecdh:
test_verify:
@echo "The following command should have some OK's and some failures"
@echo "There are definitly a few expired certificates"
- ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs ../certs/*.pem
+ ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem
test_dh:
@echo "Generate a set of DH parameters"