diff options
Diffstat (limited to 'openssl/test/Makefile')
-rw-r--r-- | openssl/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/Makefile b/openssl/test/Makefile index 09e684876..4c9eabcc2 100644 --- a/openssl/test/Makefile +++ b/openssl/test/Makefile @@ -246,7 +246,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" |