aboutsummaryrefslogtreecommitdiff
path: root/tests/testdsa.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-12 07:48:06 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-12 08:08:24 -0500
commit854f4f69af9003c0c29d3838001f549beaf36936 (patch)
tree913e183b140e6a974efa7643ec217d0f6d574257 /tests/testdsa.sh
parent34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff)
downloadportable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz
portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2
portable-854f4f69af9003c0c29d3838001f549beaf36936.zip
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to 'tests/testdsa.sh')
-rwxr-xr-xtests/testdsa.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testdsa.sh b/tests/testdsa.sh
index 22de755..ed681e7 100755
--- a/tests/testdsa.sh
+++ b/tests/testdsa.sh
@@ -4,9 +4,9 @@
4 4
5#Test DSA certificate generation of openssl 5#Test DSA certificate generation of openssl
6 6
7cmd=../apps/openssl 7cmd=../apps/openssl/openssl
8if [ -e ../apps/openssl.exe ]; then 8if [ -e ../apps/openssl/openssl.exe ]; then
9 cmd=../apps/openssl.exe 9 cmd=../apps/openssl/openssl.exe
10fi 10fi
11 11
12if [ -z $srcdir ]; then 12if [ -z $srcdir ]; then