about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-19 02:54:18 +0000
committerEric Wong <e@80x24.org>2014-02-19 02:54:18 +0000
commit5e4a2deafacd63a3e1a3f048eaf56a213174b3cc (patch)
tree527bde0fa904be54ad173c28fe2ca9643e01f68f /t/GNUmakefile
parent13e744da08bae8be4af517edb509a17cb567c154 (diff)
downloadunicorn-5e4a2deafacd63a3e1a3f048eaf56a213174b3cc.tar.gz
This feature is on hold for now, since it never really took
off and kgio-monkey is more-or-less abandoned.  I'm not looking
forward to supporting OpenSSL unless there's interest.

This was mainly intended as an experiment to deal with a bad
hardware/firmware situation on a LAN I have.  It allowed SSL
to abort on corrupt packets.
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index bac50a6..8f2668c 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -45,11 +45,7 @@ random_blob:
         dd if=/dev/urandom bs=1M count=30 of=$@.$(pid)
         mv $@.$(pid) $@
 
-ssl-stamp:
-        ./sslgen.sh
-        > $@
-
-$(T): random_blob ssl-stamp
+$(T): random_blob
 
 dependencies := socat curl
 deps := $(addprefix .dep+,$(dependencies))