summaryrefslogtreecommitdiffstats
path: root/tls/tests/keytest2.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tls/tests/keytest2.tcl')
-rw-r--r--tls/tests/keytest2.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/tls/tests/keytest2.tcl b/tls/tests/keytest2.tcl
deleted file mode 100644
index 7b717d6..0000000
--- a/tls/tests/keytest2.tcl
+++ /dev/null
@@ -1,8 +0,0 @@
-package require tls
-
-set s [tls::socket 127.0.0.1 12300]
-puts $s "A line"
-flush $s
-puts [join [tls::status $s] \n]
-exit
-