diff options
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r-- | src/lib/libssl/test/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index 5296fcf5a8..feac171bfe 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
@@ -224,7 +224,7 @@ test_ec: | |||
224 | test_verify: | 224 | test_verify: |
225 | @echo "The following command should have some OK's and some failures" | 225 | @echo "The following command should have some OK's and some failures" |
226 | @echo "There are definitly a few expired certificates" | 226 | @echo "There are definitly a few expired certificates" |
227 | ../apps/openssl verify -CApath ../certs ../certs/*.pem | 227 | -../apps/openssl verify -CApath ../certs ../certs/*.pem |
228 | 228 | ||
229 | test_dh: | 229 | test_dh: |
230 | @echo "Generate a set of DH parameters" | 230 | @echo "Generate a set of DH parameters" |