diff options
Diffstat (limited to 'src/lib/libssl/test/Makefile')
-rw-r--r-- | src/lib/libssl/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/Makefile b/src/lib/libssl/test/Makefile index 09e6848764..4c9eabcc21 100644 --- a/src/lib/libssl/test/Makefile +++ b/src/lib/libssl/test/Makefile | |||
@@ -246,7 +246,7 @@ test_ecdh: | |||
246 | test_verify: | 246 | test_verify: |
247 | @echo "The following command should have some OK's and some failures" | 247 | @echo "The following command should have some OK's and some failures" |
248 | @echo "There are definitly a few expired certificates" | 248 | @echo "There are definitly a few expired certificates" |
249 | ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs ../certs/*.pem | 249 | ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem |
250 | 250 | ||
251 | test_dh: | 251 | test_dh: |
252 | @echo "Generate a set of DH parameters" | 252 | @echo "Generate a set of DH parameters" |