summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-03-27 22:37:19 +0100
committerMatt Caswell <matt@openssl.org>2018-03-28 14:59:16 +0100
commit7814cdf3ebc0bae649cc46f279ac4e4369d309de (patch)
tree5ef56763b66a6d13b917927e28ced793cc8c2999 /util
parente6e9170d6e28038768895e1af18e3aad8093bf4b (diff)
Revert "Temporarily disable some tests that hang"
This reverts commit 37a385956461ab526ecea2739a8a40364a8db259. These tests should now be fixed by commit e6e9170d6. Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/5765)
Diffstat (limited to 'util')
-rw-r--r--util/perl/TLSProxy/Proxy.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/perl/TLSProxy/Proxy.pm b/util/perl/TLSProxy/Proxy.pm
index 55d45a8876..0b90159811 100644
--- a/util/perl/TLSProxy/Proxy.pm
+++ b/util/perl/TLSProxy/Proxy.pm
@@ -68,11 +68,6 @@ sub new
message_list => [],
};
- ### TODO vvvv REMOVE THIS AGAIN
- warn "Proxy tests temporarily disabled!\n";
- $self->{proxy_sock} = 0;
- return bless $self, $class;
- ### TODO ^^^^ REMOVE THIS AGAIN
# IO::Socket::IP is on the core module list, IO::Socket::INET6 isn't.
# However, IO::Socket::INET6 is older and is said to be more widely
# deployed for the moment, and may have less bugs, so we try the latter