summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test
diff options
context:
space:
mode:
authormarkus <>2002-09-12 20:53:15 +0000
committermarkus <>2002-09-12 20:53:15 +0000
commitcb7ad8e6800971ee3f2b6cd03d0231f7808b1082 (patch)
tree4a4595d2b2abaec6b64b01698059c0648ef7436d /src/lib/libssl/test
parent349cbd2e4adbc627f1a356c7114ff3a53dfb842a (diff)
downloadopenbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.gz
openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.bz2
openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.zip
import openssl-0.9.7-stable-SNAP-20020911 (without idea)
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r--src/lib/libssl/test/Makefile.ssl2
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:
224test_verify: 224test_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
229test_dh: 229test_dh:
230 @echo "Generate a set of DH parameters" 230 @echo "Generate a set of DH parameters"