aboutsummaryrefslogtreecommitdiff
path: root/tests/testenc.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/testenc.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/testenc.sh')
-rwxr-xr-xtests/testenc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testenc.sh b/tests/testenc.sh
index 9973c1c..4e488ad 100755
--- a/tests/testenc.sh
+++ b/tests/testenc.sh
@@ -2,9 +2,9 @@
2# $OpenBSD: testenc.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $ 2# $OpenBSD: testenc.sh,v 1.1 2014/08/26 17:50:07 jsing Exp $
3 3
4test=p 4test=p
5cmd=../apps/openssl 5cmd=../apps/openssl/openssl
6if [ -e ../apps/openssl.exe ]; then 6if [ -e ../apps/openssl/openssl.exe ]; then
7 cmd=../apps/openssl.exe 7 cmd=../apps/openssl/openssl.exe
8fi 8fi
9 9
10cat openssl.cnf >$test; 10cat openssl.cnf >$test;