summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/Makefile
diff options
context:
space:
mode:
authormiod <>2014-04-13 15:16:37 +0000
committermiod <>2014-04-13 15:16:37 +0000
commit284bc5e2f66588d1b5acbb6cd24844bb6a58b235 (patch)
treeaf609a7374a1d1f305a0380423258452f82a8cd7 /src/lib/libssl/test/Makefile
parenteb9e590d2bbc1d57aee9aee0fe94c001fb27e697 (diff)
downloadopenbsd-284bc5e2f66588d1b5acbb6cd24844bb6a58b235.tar.gz
openbsd-284bc5e2f66588d1b5acbb6cd24844bb6a58b235.tar.bz2
openbsd-284bc5e2f66588d1b5acbb6cd24844bb6a58b235.zip
Import OpenSSL 1.0.1g
Diffstat (limited to 'src/lib/libssl/test/Makefile')
-rw-r--r--src/lib/libssl/test/Makefile2
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:
246test_verify: 246test_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
251test_dh: 251test_dh:
252 @echo "Generate a set of DH parameters" 252 @echo "Generate a set of DH parameters"